mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
ENH: implements SetProperties for TEST
This commit is contained in:
@@ -71,6 +71,11 @@ public:
|
||||
}
|
||||
|
||||
cmTypeMacro(cmSetTestsPropertiesCommand, cmCommand);
|
||||
|
||||
static bool SetOneTest(const char *tname,
|
||||
std::vector<std::string> &propertyPairs,
|
||||
cmMakefile *mf,
|
||||
std::string &errors);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user