diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-02-11 04:19:01 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-02-11 04:19:01 (GMT) |
commit | a69c70d2d7301d8550ceff35c7674630c4b512bc (patch) | |
tree | 192b6ae88f8900f4ecac082914b760e6040b0575 /Source/ctest.cxx | |
parent | cdf6e1dc2101fb251c7ebbf6fe3826fc55f2c28e (diff) | |
download | CMake-a69c70d2d7301d8550ceff35c7674630c4b512bc.zip CMake-a69c70d2d7301d8550ceff35c7674630c4b512bc.tar.gz CMake-a69c70d2d7301d8550ceff35c7674630c4b512bc.tar.bz2 |
Start working on cont
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 256c255..ffc567b 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -72,6 +72,7 @@ int main (int argc, char *argv[]) str == "Continuous" ) { inst.SetTestModel(cmCTest::CONTINUOUS); + std::cout << "Continuous" << std::endl; } else { |