diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-06-08 14:53:13 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-06-08 14:53:13 +0200 |
| commit | 63aa6b86c211828c47027145ff405fd7e3fc5c3a (patch) | |
| tree | ff77a5279b845b0fa2d5d5ef7c11de97a71c5c96 /gui/CMakeLists.txt | |
| parent | 0c5b0e03345d31406963e8ed8348a8c77ebe6352 (diff) | |
| download | turns-63aa6b86c211828c47027145ff405fd7e3fc5c3a.tar.xz turns-63aa6b86c211828c47027145ff405fd7e3fc5c3a.zip | |
gui: wrap tests in application
Diffstat (limited to 'gui/CMakeLists.txt')
| -rw-r--r-- | gui/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 111a870..7e3edf7 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -157,7 +157,7 @@ install(TARGETS "gui") # Tests add_executable("gui-tests" - "tests/gtk-test.cpp" + "tests/main.cpp" "tests/messages.cpp" "tests/participant_editor.cpp" "tests/participant_row.cpp" @@ -166,7 +166,7 @@ add_executable("gui-tests" target_link_libraries("gui-tests" PRIVATE "gui_impl" - "Catch2::Catch2WithMain" + "Catch2::Catch2" "$<$<CXX_COMPILER_ID:GNU,Clang>:-Wl,--whole-archive>" "resources" |
