summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-02-10 16:25:06 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-02-10 16:25:06 (GMT)
commitc00d84cdf34808f66d83e78fac5b741d980d8796 (patch)
tree139d7207e3ceaaee4fa2826489e81df692a47fbf /Tests
parent7b38931a08c9f1ae8615256f3bdb3d95f3427591 (diff)
parent2e615d4be93635588ff7c3bd8d1ae74a01dd290c (diff)
downloadCMake-c00d84cdf34808f66d83e78fac5b741d980d8796.zip
CMake-c00d84cdf34808f66d83e78fac5b741d980d8796.tar.gz
CMake-c00d84cdf34808f66d83e78fac5b741d980d8796.tar.bz2
Merge topic 'remove-Example'
2e615d4b Remove the Example from the source.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 1e04f2f..8074a01 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -1058,18 +1058,6 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
# because of the registry write these tests depend on each other
set_tests_properties ( complex PROPERTIES DEPENDS complexOneConfig)
- add_test(Example ${CMAKE_CTEST_COMMAND}
- --build-and-test
- "${CMake_SOURCE_DIR}/Example"
- "${CMake_BINARY_DIR}/Example"
- ${build_generator_args}
- --build-project HELLO
- --build-exe-dir "${CMake_BINARY_DIR}/Example/Demo"
- --build-options ${build_options}
- --test-command helloDemo
- )
- list(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Example")
-
add_test(Environment ${CMAKE_CTEST_COMMAND}
--build-and-test
"${CMake_SOURCE_DIR}/Tests/Environment"