diff options
Diffstat (limited to 'Source/cmTestsCommand.h')
-rw-r--r-- | Source/cmTestsCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmTestsCommand.h b/Source/cmTestsCommand.h index ec001b3..0a9fd93 100644 --- a/Source/cmTestsCommand.h +++ b/Source/cmTestsCommand.h @@ -67,6 +67,8 @@ public: return "TESTS(file1 file2 ...)"; } + + cmTypeMacro(cmTestsCommand, cmCommand); }; |