diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-16 18:47:55 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-16 18:47:55 +0200 |
| commit | 9e1280599c322df6e5f3e8bac2a56915bf8531f2 (patch) | |
| tree | 76dbb12f8e6d4036bee556188cc4f848c0015fba /lib/CMakeLists.txt | |
| parent | 24df5caf85b3c52c126212979828c2149a4c8653 (diff) | |
| download | turns-9e1280599c322df6e5f3e8bac2a56915bf8531f2.tar.xz turns-9e1280599c322df6e5f3e8bac2a56915bf8531f2.zip | |
lib: fix test enablement
Diffstat (limited to 'lib/CMakeLists.txt')
| -rw-r--r-- | lib/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index c4b1a0f..c6d0e42 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -170,8 +170,6 @@ install(TARGETS "libmm" FILE_SET HEADERS DESTINATION "${CMAKE_INSTALL_INCLUDEDIR # Tests -enable_testing() - add_executable("lib-tests" "tests/runtime_init.cpp" "tests/turns-participant.cpp" @@ -195,8 +193,6 @@ catch_discover_tests("lib-tests") # C++ Wrapper Tests -enable_testing() - add_executable("libmm-tests" "tests/turnsmm/runtime_init.cpp" "tests/turnsmm/participant.cpp" |
