From c0ca5090da9763cc870b17abda460e6738e3c5a6 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 5 Jun 2025 20:10:57 +0200 Subject: gui: reenable test integration --- gui/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index b5ecf19..9ae29c2 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -94,6 +94,8 @@ target_compile_definitions("gui_impl" PUBLIC "TURNS_VERSION_FULL=\"${PROJECT_VERSION}\"" ) +enable_coverage("gui_impl") + glib_add_schemas("gui_impl") # Application @@ -172,4 +174,6 @@ target_link_libraries("gui-tests" PRIVATE target_compile_definitions("resources" PUBLIC "TESTLOCALEDIR=\"${CMAKE_CURRENT_BINARY_DIR}/locale\"" -) \ No newline at end of file +) + +catch_discover_tests("gui-tests") \ No newline at end of file -- cgit v1.2.3