Skip to content

Commit

Permalink
newtestsagain
Browse files Browse the repository at this point in the history
  • Loading branch information
RivaAlkahal committed Oct 8, 2024
1 parent 48c3afc commit a34d2d5
Show file tree
Hide file tree
Showing 4 changed files with 749 additions and 7 deletions.
1 change: 1 addition & 0 deletions cmake_modules/TudatFindBoost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ foreach(_TUDAT_BOOST_COMPONENT ${_TUDAT_REQUIRED_BOOST_LIBS})
../tests/src/astro/orbit_determination/acceleration_partials/unitTestSphericalHarmonicPartials2.cpp
../tests_riva/propagation_nospice.cpp
../tests_riva/debugtestobserv.cpp
../tests_riva/debug-multiarcpro.cpp
)
endif()
set_target_properties(Boost::${_TUDAT_BOOST_COMPONENT} PROPERTIES
Expand Down
4 changes: 4 additions & 0 deletions tests_riva/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,8 @@ TUDAT_ADD_EXECUTABLE(application_test_mars_dtm15
TUDAT_ADD_EXECUTABLE(application_test_mars_dtm16
"debugtestobserv.cpp"
${Tudat_ESTIMATION_LIBRARIES}
)
TUDAT_ADD_EXECUTABLE(application_test_mars_dtm17
"debug-multiarcpro.cpp"
${Tudat_ESTIMATION_LIBRARIES}
)
Loading

0 comments on commit a34d2d5

Please sign in to comment.