浏览代码

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

Brad King 2 年之前
父节点
当前提交
6dd2948b4b
共有 1 个文件被更改,包括 2 次插入6 次删除
  1. 2 6
      Tests/Testing/CMakeLists.txt

+ 2 - 6
Tests/Testing/CMakeLists.txt

@@ -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
 #