mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Allow CTEST_* variables to be defined on the command-line when using `ctest -T`. Fixes: #27788
11 lines
358 B
ReStructuredText
11 lines
358 B
ReStructuredText
CTEST_TEST_LOAD
|
|
---------------
|
|
|
|
.. versionadded:: 3.4
|
|
|
|
Specify the ``TestLoad`` setting in the :ref:`CTest Test Step`
|
|
of a :manual:`ctest(1)` :ref:`Dashboard Client` script,
|
|
or on the :program:`ctest` command line via the :ref:`-D <ctest-option-D-var>` option. This sets the
|
|
default value for the ``TEST_LOAD`` option of the :command:`ctest_test`
|
|
command.
|