mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-08 16:19:36 -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.
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
|