diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 20:10:57 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 20:10:57 +0200 |
| commit | c0ca5090da9763cc870b17abda460e6738e3c5a6 (patch) | |
| tree | 3690aa4b52ce07e5a395ae02756b8ade704d032e /gui/CMakeLists.txt | |
| parent | 098be1647edc83493bcbf79d1ee5bbfee6711cf1 (diff) | |
| download | turns-c0ca5090da9763cc870b17abda460e6738e3c5a6.tar.xz turns-c0ca5090da9763cc870b17abda460e6738e3c5a6.zip | |
gui: reenable test integration
Diffstat (limited to 'gui/CMakeLists.txt')
| -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 |
