GTest and Coverage cleanup and Basic EKF GTest

This commit is contained in:
kamilritz
2019-10-17 11:25:19 +02:00
committed by Mathieu Bresciani
parent fcea13eef8
commit cac5f3fd6d
9 changed files with 428 additions and 68 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
int main(int argc, char **argv) {
testing::InitGoogleTest(&argc, argv);
std::cout << "init test \n";
std::cout << "Run ECL gtests" << std::endl;
return RUN_ALL_TESTS();
}