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

Enable all tests in gtest_IMU

parent 84f5a174
No related branches found
No related tags found
2 merge requests!39release after RAL,!38After 2nd RAL submission
......@@ -1503,7 +1503,7 @@ int main(int argc, char **argv)
{
testing::InitGoogleTest(&argc, argv);
// ::testing::GTEST_FLAG(filter) = "Process_Factor_IMU.*";
::testing::GTEST_FLAG(filter) = "Process_Factor_IMU_ODO.*";
// ::testing::GTEST_FLAG(filter) = "Process_Factor_IMU_ODO.*";
// ::testing::GTEST_FLAG(filter) = "Process_Factor_IMU_ODO.RecoverTrajectory_MotionRandom_PqV_b__pqV_b";
return RUN_ALL_TESTS();
......
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