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

Enable all tests

parent 155a05b8
No related branches found
No related tags found
3 merge requests!30Release after RAL,!29After 2nd RAL submission,!3Resolve "new processor: pc matching for demo"
...@@ -149,7 +149,7 @@ TEST_F(ProcessorOdomICP_Test, solve) ...@@ -149,7 +149,7 @@ TEST_F(ProcessorOdomICP_Test, solve)
{ {
TimeStamp t(t0); TimeStamp t(t0);
for (int i = 0; i < 4; i++) for (int i = 0; i < 6; i++)
{ {
std::cout << "\n========== Process " << t.getSeconds() << " sec. ==========" << std::endl; std::cout << "\n========== Process " << t.getSeconds() << " sec. ==========" << std::endl;
...@@ -181,7 +181,7 @@ TEST_F(ProcessorOdomICP_Test, solve) ...@@ -181,7 +181,7 @@ TEST_F(ProcessorOdomICP_Test, solve)
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
testing::InitGoogleTest(&argc, argv); testing::InitGoogleTest(&argc, argv);
::testing::GTEST_FLAG(filter) = "ProcessorOdomICP_Test.solve"; // ::testing::GTEST_FLAG(filter) = "ProcessorOdomICP_Test.solve";
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