blob: a21c783509a797089f5fdb1860304ca90be645f4 (
plain)
1
2
3
4
5
6
7
8
9
|
CTEST_PARALLEL_LEVEL
--------------------
.. versionadded:: 3.10
.. include:: ENV_VAR.txt
Specify the number of tests for CTest to run in parallel. See :manual:`ctest(1)`
for more information on parallel test execution.
|