FIX: fixed bug with unpacking sim track and updated the tests for several changed parts

This commit is contained in:
Henry Winkel
2023-09-28 10:13:26 +02:00
parent dae304baec
commit a27b73a841
9 changed files with 36 additions and 191 deletions

View File

@@ -120,10 +120,6 @@ IF (${TEST_SIMCORE_LIBRARY})
catch_discover_tests(test_SimTrack)
add_executable(test_RadarTrackClass tests/test_RadarTrackClass.cpp)
target_link_libraries(test_RadarTrackClass Catch2::Catch2 SimCore loguru)
catch_discover_tests(test_RadarTrackClass)
add_executable(test_SafeMap tests/test_SafeMap.cpp)
target_link_libraries(test_SafeMap Catch2::Catch2 SimCore loguru)
catch_discover_tests(test_SafeMap)
@@ -141,10 +137,7 @@ IF (${TEST_SIMCORE_LIBRARY})
target_link_libraries(test_UtilFunctions Catch2::Catch2 SimCore loguru)
catch_discover_tests(test_UtilFunctions)
add_executable(test_Trackstore tests/test_Trackstore.cpp)
target_link_libraries(test_Trackstore Catch2::Catch2 SimCore loguru)
catch_discover_tests(test_Trackstore)
add_executable(test_DataClass tests/test_DataClass.cpp)
target_link_libraries(test_DataClass Catch2::Catch2 SimCore loguru)
catch_discover_tests(test_DataClass)