diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 18:33:29 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-06-05 18:33:29 +0200 |
| commit | fe40c3fc1f371d2da7918365c6dd6ec8a6c40dd4 (patch) | |
| tree | 7cc8e64e94396582a27387236736871add983467 /lib/CMakeLists.txt | |
| parent | 14c2a945157d3e790506d97a5dc6f07b7e38ae26 (diff) | |
| download | turns-fe40c3fc1f371d2da7918365c6dd6ec8a6c40dd4.tar.xz turns-fe40c3fc1f371d2da7918365c6dd6ec8a6c40dd4.zip | |
lib: rename test initializers
Diffstat (limited to 'lib/CMakeLists.txt')
| -rw-r--r-- | lib/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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" ) |
