diff options
Diffstat (limited to 'Source/ctest.h')
-rw-r--r-- | Source/ctest.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/ctest.h b/Source/ctest.h index a427e7b..23c59b6 100644 --- a/Source/ctest.h +++ b/Source/ctest.h @@ -50,6 +50,11 @@ public: void UpdateDirectory(); /** + * Do configure the project + */ + void ConfigureDirectory(); + + /** * Run the test for a directory and any subdirectories */ void ProcessDirectory(std::vector<std::string> &passed, @@ -90,6 +95,7 @@ private: enum { FIRST_TEST = 0, UPDATE_TEST, + CONFIGURE_TEST, BUILD_TEST, TEST_TEST, COVERAGE_TEST, |