summaryrefslogtreecommitdiffstats
path: root/Source/ctest.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-10-09 00:02:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-10-09 00:02:01 (GMT)
commit350eeeab4e3833ee12385dfacef34b8513b81fa5 (patch)
tree33c5ecdd98663f72d5dcc27a946485adf5dabba6 /Source/ctest.h
parentfd3323177d1bceea0cfac851f36fc4a46fc03366 (diff)
downloadCMake-350eeeab4e3833ee12385dfacef34b8513b81fa5.zip
CMake-350eeeab4e3833ee12385dfacef34b8513b81fa5.tar.gz
CMake-350eeeab4e3833ee12385dfacef34b8513b81fa5.tar.bz2
Add configure option and fix potential bug in other targets. Now the run command is actually run with directory, so eventually we should be able to run this from a subdirectory
Diffstat (limited to 'Source/ctest.h')
-rw-r--r--Source/ctest.h6
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,