Merge topic 'cmake-ctest-arguments'

4153d8445b Add CMAKE_CTEST_ARGUMENTS variable to pass command-line arguments to ctest

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4168
This commit is contained in:
Brad King
2020-01-17 14:39:51 +00:00
committed by Kitware Robot
7 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
CMAKE_CTEST_ARGUMENTS
---------------------
Set this to a :ref:`semicolon-separated list <CMake Language Lists>` of
command-line arguments to pass to :manual:`ctest(1)` when running tests
through the ``test`` (or ``RUN_TESTS``) target of the generated build system.