mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
ENH: Start adding support for CTest testfiles
This commit is contained in:
@@ -44,7 +44,14 @@ void cmAddTestCommand::FinalPass()
|
||||
std::string fname;
|
||||
fname = m_Makefile->GetStartOutputDirectory();
|
||||
fname += "/";
|
||||
fname += "DartTestfile.txt";
|
||||
if ( m_Makefile->IsOn("DART_ROOT") )
|
||||
{
|
||||
fname += "DartTestfile.txt";
|
||||
}
|
||||
else
|
||||
{
|
||||
fname += "CTestTestfile.cmake";
|
||||
}
|
||||
|
||||
|
||||
// If the file doesn't exist, then ENABLE_TESTING hasn't been run
|
||||
|
||||
Reference in New Issue
Block a user