diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-06-08 11:25:18 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-06-08 11:25:18 +0200 |
| commit | f7f51f391989650de7d277031db87dc6053cf7d0 (patch) | |
| tree | dde422c61eceb7083460f1e48694654299a226df /gui/CMakeLists.txt | |
| parent | 06fbef022fc519e2d8d80615968fc081dcfcb097 (diff) | |
| download | turns-f7f51f391989650de7d277031db87dc6053cf7d0.tar.xz turns-f7f51f391989650de7d277031db87dc6053cf7d0.zip | |
gui: start ParticipantEditor test reimplementation
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 9ae29c2..111a870 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -159,6 +159,7 @@ install(TARGETS "gui") add_executable("gui-tests" "tests/gtk-test.cpp" "tests/messages.cpp" + "tests/participant_editor.cpp" "tests/participant_row.cpp" "tests/resources.cpp" ) |
