diff options
-rw-r--r-- | Source/ctest.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 3236c1d..4b4fccd 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -89,6 +89,12 @@ int main (int argc, char *argv[]) // arguments to run tests. if(argc > 1 || !cmSystemTools::FileExists("DartTestfile.txt")) { + if(argc == 1) + { + std::cout << "*********************************" << std::endl; + std::cout << "No test configuration file found!" << std::endl; + std::cout << "*********************************" << std::endl; + } cmDocumentation doc; if(doc.CheckOptions(argc, argv)) { |