diff options
Diffstat (limited to 'Tests/CMakeLists.txt')
-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" |