mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Share job slots with the job server by acquiring a token before running each test, and releasing the token when the test finishes.
5 lines
110 B
CMake
5 lines
110 B
CMake
enable_testing()
|
|
foreach(i RANGE 1 6)
|
|
add_test(NAME test${i} COMMAND ${CMAKE_COMMAND} -E true)
|
|
endforeach()
|