From b2a0aaef09b83c7e198048f60bde31430fd3c5b3 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 29 May 2025 12:35:16 +0200 Subject: gui: reintroduce message tests --- gui/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gui/CMakeLists.txt') diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 928ff1a..799022d 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -144,6 +144,7 @@ install(TARGETS "gui") add_executable("gui-tests" "tests/gtk-test.cpp" + "tests/messages.cpp" ) target_link_libraries("gui-tests" PRIVATE @@ -152,5 +153,5 @@ target_link_libraries("gui-tests" PRIVATE ) target_compile_definitions("resources" PUBLIC - "TESTLOCALEDIR=\"${CMAKE_CURRENT_BINARY_DIR}/locale>\"" + "TESTLOCALEDIR=\"${CMAKE_CURRENT_BINARY_DIR}/locale\"" ) \ No newline at end of file -- cgit v1.2.3