diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-25 08:53:59 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-25 08:53:59 +0200 |
| commit | 02a030a95b27034eedc151488a014950595510de (patch) | |
| tree | 4a66c7321a32590d370a58f8729db2e0b2b2ddd8 /core/CMakeLists.txt | |
| parent | e05d980091724358f689598643b0f17ec671d495 (diff) | |
| download | turns-02a030a95b27034eedc151488a014950595510de.tar.xz turns-02a030a95b27034eedc151488a014950595510de.zip | |
turns: dissolve test_support library
Diffstat (limited to 'core/CMakeLists.txt')
| -rw-r--r-- | core/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
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 |
