ENH: Changed generated filename to DartTestfile.txt
This commit is contained in:
parent
e51844f83d
commit
f5ee70af60
|
@ -76,7 +76,7 @@ void cmAddTestCommand::FinalPass()
|
||||||
std::string fname;
|
std::string fname;
|
||||||
fname = m_Makefile->GetStartOutputDirectory();
|
fname = m_Makefile->GetStartOutputDirectory();
|
||||||
fname += "/";
|
fname += "/";
|
||||||
fname += "CMakeTestfile.txt";
|
fname += "DartTestfile.txt";
|
||||||
|
|
||||||
// Open the output Testfile
|
// Open the output Testfile
|
||||||
std::ofstream fout(fname.c_str(), std::ios::app);
|
std::ofstream fout(fname.c_str(), std::ios::app);
|
||||||
|
|
|
@ -49,7 +49,7 @@ void cmEnableTestingCommand::FinalPass()
|
||||||
std::string fname;
|
std::string fname;
|
||||||
fname = m_Makefile->GetStartOutputDirectory();
|
fname = m_Makefile->GetStartOutputDirectory();
|
||||||
fname += "/";
|
fname += "/";
|
||||||
fname += "CMakeTestfile.txt";
|
fname += "DartTestfile.txt";
|
||||||
|
|
||||||
cmSystemTools::MakeDirectory(m_Makefile->GetStartOutputDirectory());
|
cmSystemTools::MakeDirectory(m_Makefile->GetStartOutputDirectory());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue