ENH: Added AddTest command

This commit is contained in:
Jim Miller 2001-06-05 20:34:57 -04:00
parent 84dc25e9f5
commit 22270abae5
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include "cmAddDefinitionsCommand.cxx"
#include "cmAddExecutableCommand.cxx"
#include "cmAddLibraryCommand.cxx"
#include "cmAddTestCommand.cxx"
#include "cmAuxSourceDirectoryCommand.cxx"
#include "cmBuildCommand.cxx"
#include "cmBuildNameCommand.cxx"
@ -68,6 +69,7 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands)
commands.push_back(new cmAddDefinitionsCommand);
commands.push_back(new cmAddExecutableCommand);
commands.push_back(new cmAddLibraryCommand);
commands.push_back(new cmAddTestCommand);
commands.push_back(new cmAuxSourceDirectoryCommand);
commands.push_back(new cmBuildCommand);
commands.push_back(new cmBuildNameCommand);