We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a9c6b3 commit b8f510eCopy full SHA for b8f510e
CMakeLists.txt
@@ -1,5 +1,6 @@
1
include_guard(GLOBAL)
2
cmake_minimum_required(VERSION 3.13)
3
+enable_testing()
4
5
include(misc/cmake/GlobalHead.cmake)
6
project(libqif)
tests_cpp/CMakeLists.txt
@@ -23,5 +23,6 @@ if(EXISTS "../external/googletest/CMakeLists.txt") # only if googletest is
23
endif()
24
25
add_dependencies(tests_cpp run)
26
+ add_test(NAME tests_cpp COMMAND run)
27
28
0 commit comments