summaryrefslogtreecommitdiffstats
path: root/Tests/Testing/Sub/Sub2
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-12-18 17:28:05 (GMT)
committerBrad King <brad.king@kitware.com>2008-12-18 17:28:05 (GMT)
commitadb6bf82b0c780f9fbf36ef5bebaa38d4e7eb5ae (patch)
treec5dd5da64149b2174712164ee5b2f02d72004aca /Tests/Testing/Sub/Sub2
parent4c725d1e0ef60f55d7c6b628d9fcd4961f4f2115 (diff)
downloadCMake-adb6bf82b0c780f9fbf36ef5bebaa38d4e7eb5ae.zip
CMake-adb6bf82b0c780f9fbf36ef5bebaa38d4e7eb5ae.tar.gz
CMake-adb6bf82b0c780f9fbf36ef5bebaa38d4e7eb5ae.tar.bz2
ENH: Improve 'testing' test to actually test
The 'testing' CMake test builds a project that uses add_test. This strengthens the test to actually run CTest on the project build tree after building it.
Diffstat (limited to 'Tests/Testing/Sub/Sub2')
-rw-r--r--Tests/Testing/Sub/Sub2/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Testing/Sub/Sub2/CMakeLists.txt b/Tests/Testing/Sub/Sub2/CMakeLists.txt
index 864c1b7..3a7295d 100644
--- a/Tests/Testing/Sub/Sub2/CMakeLists.txt
+++ b/Tests/Testing/Sub/Sub2/CMakeLists.txt
@@ -2,4 +2,4 @@
# Add test
#
ADD_EXECUTABLE(testing2 testing2.cxx)
-ADD_TEST(testing2 ${Testing_BINARY_DIR}/bin/testing2)
+ADD_TEST(testing.2 ${Testing_BINARY_DIR}/bin/testing2)