diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-02-09 21:09:20 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-02-09 21:09:20 (GMT) |
commit | 2e615d4be93635588ff7c3bd8d1ae74a01dd290c (patch) | |
tree | 4ac5ccd9a13a7f12b0a484cf38bd628cbd04006a /Tests | |
parent | 1cc3e9f2e73b96370257b55f9c96586a898fe9a4 (diff) | |
download | CMake-2e615d4be93635588ff7c3bd8d1ae74a01dd290c.zip CMake-2e615d4be93635588ff7c3bd8d1ae74a01dd290c.tar.gz CMake-2e615d4be93635588ff7c3bd8d1ae74a01dd290c.tar.bz2 |
Remove the Example from the source.
It is not showing modern practice, and is obsolete as documentation
after the rst documentation system and new content.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLists.txt | 12 |
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" |