mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Merge topic 'cmake-test-launcher'
88863d83d6fileapi: Add test launcher to codemodel-v21ec0372ed4add_test: Optionally use a launcher for tests running in-project targets478a5f4e04fileapi: Make launcher attribute 'arguments' optionalb44e38a397cmFileAPICodemodel: Add missing std::move() Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8963
This commit is contained in:
16
Help/variable/CMAKE_TEST_LAUNCHER.rst
Normal file
16
Help/variable/CMAKE_TEST_LAUNCHER.rst
Normal file
@@ -0,0 +1,16 @@
|
||||
CMAKE_TEST_LAUNCHER
|
||||
-------------------
|
||||
|
||||
.. versionadded:: 3.29
|
||||
|
||||
This variable 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.
|
||||
|
||||
It is also used as the default value for the
|
||||
:prop_tgt:`TEST_LAUNCHER` target property of executables.
|
||||
Reference in New Issue
Block a user