mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
434bd9c0ef
Clarify that the `--parallel` option isn't needed when these env. variables are set to a finite integer.
12 lines
384 B
ReStructuredText
12 lines
384 B
ReStructuredText
CTEST_PARALLEL_LEVEL
|
|
--------------------
|
|
|
|
.. include:: ENV_VAR.txt
|
|
|
|
Specify the number of tests for CTest to run in parallel.
|
|
For example, if ``CTEST_PARALLEL_LEVEL`` is set to 8, CTest will run
|
|
up to 8 tests concurrently as if ``ctest`` were invoked with the
|
|
:option:`--parallel 8 <ctest --parallel>` option.
|
|
|
|
See :manual:`ctest(1)` for more information on parallel test execution.
|