From f7f51f391989650de7d277031db87dc6053cf7d0 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 8 Jun 2025 11:25:18 +0200 Subject: gui: start ParticipantEditor test reimplementation --- gui/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/CMakeLists.txt') 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" ) -- cgit v1.2.3