diff options
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 { |