diff options
| -rw-r--r-- | gui/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
