Skip to content
Snippets Groups Projects
Commit 3aabf525 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Add gtest_state_composite.cpp

parent 51de81e1
No related branches found
No related tags found
1 merge request!366Resolve "Complete state vector new data structure?"
Pipeline #5443 passed
......@@ -143,6 +143,10 @@ target_link_libraries(gtest_solver_manager ${PROJECT_NAME})
wolf_add_gtest(gtest_state_block gtest_state_block.cpp)
target_link_libraries(gtest_state_block ${PROJECT_NAME})
# StateBlock class test
wolf_add_gtest(gtest_state_composite gtest_state_composite.cpp)
target_link_libraries(gtest_state_composite ${PROJECT_NAME})
# TimeStamp class test
wolf_add_gtest(gtest_time_stamp gtest_time_stamp.cpp)
target_link_libraries(gtest_time_stamp ${PROJECT_NAME})
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment