summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorRobert Goulet <robert.goulet.qc@gmail.com>2019-12-28 05:20:05 (GMT)
committerBrad King <brad.king@kitware.com>2020-01-15 20:02:56 (GMT)
commit4153d8445bf107f2637ceaca63804f4668fb9305 (patch)
treea9c7afeb571f8017a2cbb86e2234dfc7fd5b8b5f /Help/variable
parent93526fd91319d952e60760c735a9bb191bc4ede3 (diff)
downloadCMake-4153d8445bf107f2637ceaca63804f4668fb9305.zip
CMake-4153d8445bf107f2637ceaca63804f4668fb9305.tar.gz
CMake-4153d8445bf107f2637ceaca63804f4668fb9305.tar.bz2
Add CMAKE_CTEST_ARGUMENTS variable to pass command-line arguments to ctest
Fixes: #20172
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_CTEST_ARGUMENTS.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_CTEST_ARGUMENTS.rst b/Help/variable/CMAKE_CTEST_ARGUMENTS.rst
new file mode 100644
index 0000000..0940b46
--- /dev/null
+++ b/Help/variable/CMAKE_CTEST_ARGUMENTS.rst
@@ -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.