mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
Merge topic 'ctest-j-default' into release-3.29
5de1e21659ctest: Allow passing -j without value to choose a contextual defaultbbcbcff7d9cmCTestMultiProcessHandler: Modernize member initialization7457b474a1Tests: Remove unnecessary parallel suppression from CTestCoverageCollectGCOVae69801d96Tests: Convert CTestTestSkipReturnCode to RunCMake.ctest_test case30dda49416Tests: Convert CTestTestSerialOrder to RunCMake.ctest_test case Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Acked-by: scivision <michael@scivision.dev> Merge-request: !9315
This commit is contained in:
@@ -150,6 +150,12 @@ CTest
|
||||
* :manual:`ctest(1)` now supports :ref:`job server integration
|
||||
<ctest-job-server-integration>` on POSIX systems.
|
||||
|
||||
* The :option:`ctest -j` option may now be given without a value to let
|
||||
ctest choose a default level of parallelism, or with ``0`` to let ctest
|
||||
use unbounded parallelism. The corresponding :envvar:`CTEST_PARALLEL_LEVEL`
|
||||
environment variable, if set to the empty string, is now equivalent to
|
||||
passing ``-j`` with no value.
|
||||
|
||||
* The :command:`ctest_test` command gained options
|
||||
``INCLUDE_FROM_FILE`` and ``EXCLUDE_FROM_FILE`` to run or exclude
|
||||
tests named in a file.
|
||||
|
||||
Reference in New Issue
Block a user