summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-07-29 21:15:22 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-07-29 21:15:22 (GMT)
commit65e4a95618333ae2802240b31c1612478736da67 (patch)
tree31194be87bbb613b04fb3911b488ce7258c3703e /Source/cmCTest.h
parent11d89d36d72fe747557819a1c7a09ef61f28cbff (diff)
downloadCMake-65e4a95618333ae2802240b31c1612478736da67.zip
CMake-65e4a95618333ae2802240b31c1612478736da67.tar.gz
CMake-65e4a95618333ae2802240b31c1612478736da67.tar.bz2
ENH: Add some documentation, and make sure that the flag given to -D -T or -M is valid. Fixes Bug #1015 - Documentation: ctest -D
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 24ec541..301bd86 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -113,7 +113,7 @@ public:
/**
* Set the cmake test
*/
- bool SetTest(const char*);
+ bool SetTest(const char*, bool report = true);
/**
* Set the cmake test mode (experimental, nightly, continuous).