ENH: More ctest changes and move SetupTest to superclass

This commit is contained in:
Andy Cedilnik
2005-04-01 15:48:46 -05:00
parent 6cd36d16e5
commit 86cebea79a
10 changed files with 99 additions and 130 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ void cmEnableTestingCommand::CreateDartTestfileForMakefile(cmMakefile *mf)
std::string fname;
fname = mf->GetStartOutputDirectory();
fname += "/";
if ( m_Makefile->IsOn("DART_ROOT") )
if ( m_Makefile->IsSet("DART_ROOT") )
{
fname += "DartTestfile.txt";
}