diff options
-rw-r--r-- | CMakeLists.txt | 3 | ||||
-rw-r--r-- | tests/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 321cfd1..ab20340 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -16,5 +16,6 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) | |||
16 | add_subdirectory(src) | 16 | add_subdirectory(src) |
17 | 17 | ||
18 | if (BUILD_TESTS) | 18 | if (BUILD_TESTS) |
19 | add_subdirectory(tests) | 19 | enable_testing() |
20 | add_subdirectory(tests) | ||
20 | endif() | 21 | endif() |
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 25e9eea..be1c359 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -1,4 +1,3 @@ | |||
1 | enable_testing() | ||
2 | include_directories(../src) | 1 | include_directories(../src) |
3 | add_library(testdll SHARED testdll.c) | 2 | add_library(testdll SHARED testdll.c) |
4 | set_target_properties(testdll PROPERTIES PREFIX "") | 3 | set_target_properties(testdll PROPERTIES PREFIX "") |