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

Activate all tests

parent 8b824833
No related branches found
No related tags found
1 merge request!159Activate all tests
Pipeline #
This commit is part of merge request !159. Comments created here will be created in the context of that merge request.
...@@ -1540,7 +1540,7 @@ int main(int argc, char **argv) ...@@ -1540,7 +1540,7 @@ int main(int argc, char **argv)
testing::InitGoogleTest(&argc, argv); testing::InitGoogleTest(&argc, argv);
// ::testing::GTEST_FLAG(filter) = "Process_Constraint_IMU.*"; // ::testing::GTEST_FLAG(filter) = "Process_Constraint_IMU.*";
// ::testing::GTEST_FLAG(filter) = "Process_Constraint_IMU_ODO.*"; // ::testing::GTEST_FLAG(filter) = "Process_Constraint_IMU_ODO.*";
::testing::GTEST_FLAG(filter) = "Process_Constraint_IMU_ODO.RecoverTrajectory_MotionRandom_PqV_b__pqV_b"; // ::testing::GTEST_FLAG(filter) = "Process_Constraint_IMU_ODO.RecoverTrajectory_MotionRandom_PqV_b__pqV_b";
return RUN_ALL_TESTS(); 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