Tests: Port "testing" test from Dart module to CTest module

stage/master/nightly/2023/03/01
Brad King 2023-02-27 16:10:57 -05:00
parent 1f5ff4d131
commit 6dd2948b4b
1 changed files with 2 additions and 6 deletions

View File

@ -4,6 +4,8 @@
cmake_minimum_required (VERSION 2.7)
project (Testing)
include (CTest)
#
# Lib and exe path
#
@ -24,12 +26,6 @@ else ()
set (CXX_TEST_PATH .)
endif ()
#
# Include Dart
# (will also set NSLOOKUP, HOSTNAME, etc.)
#
include (${CMAKE_ROOT}/Modules/Dart.cmake)
#
# Extra coverage
#