summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-06-17 14:51:37 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-06-17 14:51:37 (GMT)
commitabe8ecf418ffb23e4009e43616e6e6a608985090 (patch)
treef8ef75ec24be4a24c29d7fc80d16c51dec18f512 /Tests
parent872e8132e96fb13ee6511511af2cce8f2186b915 (diff)
downloadCMake-abe8ecf418ffb23e4009e43616e6e6a608985090.zip
CMake-abe8ecf418ffb23e4009e43616e6e6a608985090.tar.gz
CMake-abe8ecf418ffb23e4009e43616e6e6a608985090.tar.bz2
ENH: try turning this on again
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 3a16147..03d50fb 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -40,7 +40,7 @@ IF(BUILD_TESTING)
# add a bunch of standard build-and-test style tests
ADD_TEST_MACRO(CommandLineTest CommandLineTest)
ADD_TEST_MACRO(FindPackageTest FindPackageTest)
-# ADD_TEST_MACRO(FindModulesExecuteAll FindModulesExecuteAll)
+ ADD_TEST_MACRO(FindModulesExecuteAll FindModulesExecuteAll)
ADD_TEST_MACRO(StringFileTest StringFileTest)
ADD_TEST_MACRO(TryCompile TryCompile)
ADD_TEST_MACRO(TarTest TarTest)