diff options
Diffstat (limited to 'Source/CTest/cmCTestTestHandler.h')
-rw-r--r-- | Source/CTest/cmCTestTestHandler.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/CTest/cmCTestTestHandler.h b/Source/CTest/cmCTestTestHandler.h index eedd811..1afa3d3 100644 --- a/Source/CTest/cmCTestTestHandler.h +++ b/Source/CTest/cmCTestTestHandler.h @@ -66,8 +66,7 @@ public: /* * Add the test to the list of tests to be executed */ - bool AddTest(const std::vector<std::string>& args, - const std::vector<std::string>& prefix); + bool AddTest(const std::vector<std::string>& args); /* * Set tests properties @@ -85,7 +84,7 @@ public: cmStdString Name; cmStdString Directory; std::vector<std::string> Args; - std::vector<std::string> PrefixArgs; + std::vector<std::string> RequiredFiles; std::vector<std::string> Depends; std::vector<std::pair<cmsys::RegularExpression, std::string> > ErrorRegularExpressions; |