diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-12-07 19:54:15 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-12-07 19:54:15 (GMT) |
commit | a00200e8d409e334d8646d4817d8e78fc11fc311 (patch) | |
tree | 779eb9de89cedb5b0d45073c835db3d6e2e964ef /Source/cmSetTestsPropertiesCommand.h | |
parent | 013ec3988129761543b8491e5177f3105a09299a (diff) | |
download | CMake-a00200e8d409e334d8646d4817d8e78fc11fc311.zip CMake-a00200e8d409e334d8646d4817d8e78fc11fc311.tar.gz CMake-a00200e8d409e334d8646d4817d8e78fc11fc311.tar.bz2 |
ENH: implements SetProperties for TEST
Diffstat (limited to 'Source/cmSetTestsPropertiesCommand.h')
-rw-r--r-- | Source/cmSetTestsPropertiesCommand.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmSetTestsPropertiesCommand.h b/Source/cmSetTestsPropertiesCommand.h index d01d622..16b5188 100644 --- a/Source/cmSetTestsPropertiesCommand.h +++ b/Source/cmSetTestsPropertiesCommand.h @@ -71,6 +71,11 @@ public: } cmTypeMacro(cmSetTestsPropertiesCommand, cmCommand); + + static bool SetOneTest(const char *tname, + std::vector<std::string> &propertyPairs, + cmMakefile *mf, + std::string &errors); }; |