summaryrefslogtreecommitdiffstats
path: root/Source/ctest.cxx
diff options
context:
space:
mode:
authorAsit Dhal <dhal.asitk@gmail.com>2020-12-16 16:14:26 (GMT)
committerAsit Dhal <dhal.asitk@gmail.com>2020-12-17 04:01:03 (GMT)
commitdbcf86d24d9e0d762e97e3a4b492739f99816c13 (patch)
tree33514dd1556487d9518f2d122c25d951cd16cedf /Source/ctest.cxx
parent0f61fac6f028214d64ef6a407c6b98d4503ee2fe (diff)
downloadCMake-dbcf86d24d9e0d762e97e3a4b492739f99816c13.zip
CMake-dbcf86d24d9e0d762e97e3a4b492739f99816c13.tar.gz
CMake-dbcf86d24d9e0d762e97e3a4b492739f99816c13.tar.bz2
Ctest: Support build tree on command line
Fixes: #21268
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r--Source/ctest.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index d0bc061..600df1d 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -111,6 +111,7 @@ static const char* cmDocumentationOptions[][2] = {
{ "--no-subproject-summary",
"Disable timing summary information for "
"subprojects." },
+ { "--test-dir <dir>", "Specify the directory in which to look for tests." },
{ "--build-and-test", "Configure, build and run a test." },
{ "--build-target", "Specify a specific target to build." },
{ "--build-nocmake", "Run the build without running cmake first." },