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 /CMakeLists.txt | |
| parent | 24df5caf85b3c52c126212979828c2149a4c8653 (diff) | |
| download | turns-9e1280599c322df6e5f3e8bac2a56915bf8531f2.tar.xz turns-9e1280599c322df6e5f3e8bac2a56915bf8531f2.zip | |
lib: fix test enablement
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a82c7fe..62e103d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,6 +8,8 @@ project("turns" list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/Modules") +enable_testing() + # Global Modules include("CheckIPOSupported") |
