You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
570 B
17 lines
570 B
CMAKE_TEST_LAUNCHER
|
|
-------------------
|
|
|
|
.. versionadded:: 3.29
|
|
|
|
This variable is used to initialize the :prop_tgt:`TEST_LAUNCHER` target
|
|
property of executable targets as they are created. It is used to specify
|
|
a launcher for running tests, added by the :command:`add_test` command,
|
|
that run an executable target.
|
|
|
|
If this variable contains a :ref:`semicolon-separated list <CMake Language
|
|
Lists>`, then the first value is the command and remaining values are its
|
|
arguments.
|
|
|
|
This variable can be initialized via an
|
|
:envvar:`CMAKE_TEST_LAUNCHER` environment variable.
|