From fe40c3fc1f371d2da7918365c6dd6ec8a6c40dd4 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 5 Jun 2025 18:33:29 +0200 Subject: lib: rename test initializers --- lib/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/CMakeLists.txt') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 2aa7b74..74e6343 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -145,7 +145,7 @@ install(TARGETS "libmm" # Tests add_executable("lib-tests" - "tests/runtime_init.cpp" + "tests/glib-test.cpp" "tests/turns-participant.cpp" "tests/turns-turn-order.cpp" ) @@ -168,7 +168,7 @@ catch_discover_tests("lib-tests") # C++ Wrapper Tests add_executable("libmm-tests" - "tests/turnsmm/runtime_init.cpp" + "tests/turnsmm/glibmm-test.cpp" "tests/turnsmm/participant.cpp" "tests/turnsmm/turn-order.cpp" ) -- cgit v1.2.3