FIX: fixed missspelling

This commit is contained in:
Henry Winkel
2023-08-16 17:11:31 +02:00
parent a390f73334
commit 91ccccb134

View File

@@ -143,7 +143,7 @@ IF (${TEST_SIMCORE_LIBRARY})
add_executable(test_Trackstore tests/test_Trackstore.cpp)
target_link_libraries(test_Trackstore Catch2::Catch2 SimCore loguru)
catch_discover_tests(test_SensorClass)
catch_discover_tests(test_Trackstore)
add_executable(test_DataClass tests/test_DataClass.cpp)
target_link_libraries(test_DataClass Catch2::Catch2 SimCore loguru)