diff options
-rw-r--r-- | Source/cmAddTestCommand.cxx | 2 | ||||
-rw-r--r-- | Source/cmEnableTestingCommand.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmAddTestCommand.cxx b/Source/cmAddTestCommand.cxx index 6dfec18..2f06b4f 100644 --- a/Source/cmAddTestCommand.cxx +++ b/Source/cmAddTestCommand.cxx @@ -76,7 +76,7 @@ void cmAddTestCommand::FinalPass() std::string fname; fname = m_Makefile->GetStartOutputDirectory(); fname += "/"; - fname += "CMakeTestfile.txt"; + fname += "DartTestfile.txt"; // Open the output Testfile std::ofstream fout(fname.c_str(), std::ios::app); diff --git a/Source/cmEnableTestingCommand.cxx b/Source/cmEnableTestingCommand.cxx index 305a518..8d9ab1c 100644 --- a/Source/cmEnableTestingCommand.cxx +++ b/Source/cmEnableTestingCommand.cxx @@ -49,7 +49,7 @@ void cmEnableTestingCommand::FinalPass() std::string fname; fname = m_Makefile->GetStartOutputDirectory(); fname += "/"; - fname += "CMakeTestfile.txt"; + fname += "DartTestfile.txt"; cmSystemTools::MakeDirectory(m_Makefile->GetStartOutputDirectory()); |