diff options
Diffstat (limited to 'Source/cmUnixMakefileGenerator.cxx')
-rw-r--r-- | Source/cmUnixMakefileGenerator.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmUnixMakefileGenerator.cxx b/Source/cmUnixMakefileGenerator.cxx index 9df4254..9a878e7 100644 --- a/Source/cmUnixMakefileGenerator.cxx +++ b/Source/cmUnixMakefileGenerator.cxx @@ -1154,6 +1154,11 @@ void cmUnixMakefileGenerator::OutputMakeRules(std::ostream& fout) "cmake.depends ${TARGETS} ${SUBDIR_BUILD} ${CMAKE_COMMAND}", 0); this->OutputMakeRule(fout, + "run any tests", + "test", + "", + "ctest"); + this->OutputMakeRule(fout, "remove generated files", "clean", "${SUBDIR_CLEAN}", |