diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-07-29 21:15:22 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-07-29 21:15:22 (GMT) |
commit | 65e4a95618333ae2802240b31c1612478736da67 (patch) | |
tree | 31194be87bbb613b04fb3911b488ce7258c3703e /Source/cmCTest.h | |
parent | 11d89d36d72fe747557819a1c7a09ef61f28cbff (diff) | |
download | CMake-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.h | 2 |
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). |