diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 20:05:31 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 20:06:40 +0200 |
| commit | 098be1647edc83493bcbf79d1ee5bbfee6711cf1 (patch) | |
| tree | 0dca0f2c0b9c9ade972b983eac548d7d20cd1c85 /gui/CMakeLists.txt | |
| parent | fe40c3fc1f371d2da7918365c6dd6ec8a6c40dd4 (diff) | |
| download | turns-098be1647edc83493bcbf79d1ee5bbfee6711cf1.tar.xz turns-098be1647edc83493bcbf79d1ee5bbfee6711cf1.zip | |
gui: reintroduce ParticipantRow tests
Diffstat (limited to 'gui/CMakeLists.txt')
| -rw-r--r-- | gui/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index a86ca52..b5ecf19 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -157,6 +157,7 @@ install(TARGETS "gui") add_executable("gui-tests" "tests/gtk-test.cpp" "tests/messages.cpp" + "tests/participant_row.cpp" "tests/resources.cpp" ) |
