refactor: Move InterpolatorPbh tests to separate file

This commit is contained in:
Lars Toenning
2023-12-30 23:11:40 +01:00
parent 761be14e1a
commit edb57edf82
3 changed files with 273 additions and 173 deletions

View File

@@ -93,6 +93,12 @@ add_swift_test(
LINK_LIBRARIES misc tests_test Qt::Core
)
add_swift_test(
NAME misc_simulation_interpolatorpbh
SOURCES simulation/testinterpolatorpbh/testinterpolatorpbh.cpp
LINK_LIBRARIES misc tests_test Qt::Core
)
add_swift_test(
NAME misc_simulation_xplane
SOURCES simulation/testxplane/testxplane.cpp