summaryrefslogtreecommitdiffstats
path: root/Source/cmSetTestsPropertiesCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-12-07 19:54:15 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-12-07 19:54:15 (GMT)
commita00200e8d409e334d8646d4817d8e78fc11fc311 (patch)
tree779eb9de89cedb5b0d45073c835db3d6e2e964ef /Source/cmSetTestsPropertiesCommand.h
parent013ec3988129761543b8491e5177f3105a09299a (diff)
downloadCMake-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.h5
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);
};