From 4ca57dcae2291a09dcd84ccf056a65a2cf906c46 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 15 Jul 2024 23:02:24 +0200 Subject: app/tests: add basic participant_row tests --- app/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'app/CMakeLists.txt') diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 1074038..4f024a4 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -67,6 +67,7 @@ install(FILES # Tests add_executable("app-tests" + "tests/widgets/participant_row.cpp" "tests/windows/main.cpp" "tests/windows/participant_editor.cpp" ) -- cgit v1.2.3