From adb6bf82b0c780f9fbf36ef5bebaa38d4e7eb5ae Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 18 Dec 2008 12:28:05 -0500 Subject: 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. --- Tests/Testing/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/Testing/CMakeLists.txt') diff --git a/Tests/Testing/CMakeLists.txt b/Tests/Testing/CMakeLists.txt index c4459bb674..5a15f11059 100644 --- a/Tests/Testing/CMakeLists.txt +++ b/Tests/Testing/CMakeLists.txt @@ -46,7 +46,7 @@ ENABLE_TESTING() # Add test # ADD_EXECUTABLE(testing testing.cxx) -ADD_TEST(testing ${Testing_BINARY_DIR}/bin/testing) +ADD_TEST(testing.1 ${Testing_BINARY_DIR}/bin/testing) # # skip level test -- cgit v1.2.1