Skip to content

Commit

Permalink
tests of estimation functions
Browse files Browse the repository at this point in the history
  • Loading branch information
RivaAlkahal committed Aug 20, 2024
1 parent ca742d1 commit 37a588d
Show file tree
Hide file tree
Showing 8 changed files with 3,073 additions and 1 deletion.
10 changes: 9 additions & 1 deletion cmake_modules/TudatFindBoost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,15 @@ foreach(_TUDAT_BOOST_COMPONENT ${_TUDAT_REQUIRED_BOOST_LIBS})
add_library(Boost::${_TUDAT_BOOST_COMPONENT} UNKNOWN IMPORTED ../tests/src/simulation/unitTestPolyhedron.cpp
../tests_riva/unitTestMarsDtm.cpp
../tests_riva/unitTestMarsDtm.cpp
../tests_riva/unitTestMarsDtm.cpp)
../tests_riva/unitTestMarsDtm.cpp
../tests_riva/testEstimationVariations.cpp
../tests_riva/oldtest.cpp
../tests_riva/newtest.cpp
../tests_riva/multiarc-trial2.cpp
../tests_riva/multiarc-trial3.cpp
../tests_riva/multiarc-trial3.cpp
../tests_riva/multiarc-observ.cpp
)
endif()
set_target_properties(Boost::${_TUDAT_BOOST_COMPONENT} PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${Boost_INCLUDE_DIRS}")
Expand Down
24 changes: 24 additions & 0 deletions tests_riva/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,27 @@ TUDAT_ADD_EXECUTABLE(application_test_mars_dtm2
"TestMarsDtm_.cpp"
${Tudat_ESTIMATION_LIBRARIES}
)
TUDAT_ADD_EXECUTABLE(application_test_mars_dtm3
"testEstimationVariations.cpp"
${Tudat_ESTIMATION_LIBRARIES}
)
TUDAT_ADD_EXECUTABLE(application_test_mars_dtm4
"newtest.cpp"
${Tudat_ESTIMATION_LIBRARIES}
)
TUDAT_ADD_EXECUTABLE(application_test_mars_dtm5
"oldtest.cpp"
${Tudat_ESTIMATION_LIBRARIES}
)
TUDAT_ADD_EXECUTABLE(application_test_mars_dtm6
"multiarc-trial2.cpp"
${Tudat_ESTIMATION_LIBRARIES}
)
TUDAT_ADD_EXECUTABLE(application_test_mars_dtm7
"multiarc-trial3.cpp"
${Tudat_ESTIMATION_LIBRARIES}
)
TUDAT_ADD_EXECUTABLE(application_test_mars_dtm8
"multiarc-observ.cpp"
${Tudat_ESTIMATION_LIBRARIES}
)
749 changes: 749 additions & 0 deletions tests_riva/multiarc-observ.cpp

Large diffs are not rendered by default.

470 changes: 470 additions & 0 deletions tests_riva/multiarc-trial2.cpp

Large diffs are not rendered by default.

679 changes: 679 additions & 0 deletions tests_riva/multiarc-trial3.cpp

Large diffs are not rendered by default.

300 changes: 300 additions & 0 deletions tests_riva/newtest.cpp

Large diffs are not rendered by default.

385 changes: 385 additions & 0 deletions tests_riva/oldtest.cpp

Large diffs are not rendered by default.

457 changes: 457 additions & 0 deletions tests_riva/testEstimationVariations.cpp

Large diffs are not rendered by default.

0 comments on commit 37a588d

Please sign in to comment.