From 02a030a95b27034eedc151488a014950595510de Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 25 Jul 2024 08:53:59 +0200 Subject: turns: dissolve test_support library --- core/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'core/CMakeLists.txt') diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 245c7f7..034c759 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -30,7 +30,7 @@ enable_coverage("core") # Tests add_executable("core-tests" - "tests/register_types.cpp" + "tests/glib_test_init.cpp" "tests/disposition.cpp" "tests/participant.cpp" @@ -39,10 +39,9 @@ add_executable("core-tests" ) target_link_libraries("core-tests" PRIVATE - "Catch2::Catch2" + "Catch2::Catch2WithMain" "turns::core" - "turns::glib-test-main" ) target_link_options("core-tests" PRIVATE -- cgit v1.2.3