mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
ENH: Changed generated filename to DartTestfile.txt
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user