From 1d6eeea8320b227b0659612ecfd5c0a3d9350a66 Mon Sep 17 00:00:00 2001 From: Johannes Wolf Date: Mon, 2 Sep 2024 10:13:28 +0200 Subject: [PATCH] cmake: Enable testing --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index d2f7e752..aa8d5d9a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,4 +1,5 @@ project(test.erdblick) +enable_testing() if (NOT TARGET Catch2) FetchContent_Declare(Catch2