diff options
author | Brad King <brad.king@kitware.com> | 2023-02-27 21:10:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-02-28 13:35:19 (GMT) |
commit | 6dd2948b4b7801ab66660d905d795913db034b25 (patch) | |
tree | 193bc45d16097a565b32f881a80c9d66ac479cc7 /Tests/Testing | |
parent | 1f5ff4d13145753685e60a9bba096a056379a1b8 (diff) | |
download | CMake-6dd2948b4b7801ab66660d905d795913db034b25.zip CMake-6dd2948b4b7801ab66660d905d795913db034b25.tar.gz CMake-6dd2948b4b7801ab66660d905d795913db034b25.tar.bz2 |
Tests: Port "testing" test from Dart module to CTest module
Diffstat (limited to 'Tests/Testing')
-rw-r--r-- | Tests/Testing/CMakeLists.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Tests/Testing/CMakeLists.txt b/Tests/Testing/CMakeLists.txt index 8f69cbe..44afd4e 100644 --- a/Tests/Testing/CMakeLists.txt +++ b/Tests/Testing/CMakeLists.txt @@ -4,6 +4,8 @@ cmake_minimum_required (VERSION 2.7) project (Testing) +include (CTest) + # # Lib and exe path # @@ -25,12 +27,6 @@ else () endif () # -# Include Dart -# (will also set NSLOOKUP, HOSTNAME, etc.) -# -include (${CMAKE_ROOT}/Modules/Dart.cmake) - -# # Extra coverage # build_command(BUILD_COMMAND_VAR ${CMAKE_MAKE_PROGRAM}) |