From 9e1280599c322df6e5f3e8bac2a56915bf8531f2 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 16 May 2025 18:47:55 +0200 Subject: lib: fix test enablement --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') 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") -- cgit v1.2.3