mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
80fe56c481
Share job slots with the job server by acquiring a token before running each test, and releasing the token when the test finishes.
12 lines
183 B
Makefile
12 lines
183 B
Makefile
NoPipe:
|
|
env MAKEFLAGS= $(CMAKE_CTEST_COMMAND) -j6
|
|
.PHONY: NoPipe
|
|
|
|
NoTests:
|
|
+$(CMAKE_CTEST_COMMAND) -j6 -R NoTests
|
|
.PHONY: NoTests
|
|
|
|
Tests:
|
|
+$(CMAKE_CTEST_COMMAND) -j6
|
|
.PHONY: Tests
|