mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 16:10:34 +08:00
GTest and Coverage cleanup and Basic EKF GTest
This commit is contained in:
committed by
Mathieu Bresciani
parent
fcea13eef8
commit
cac5f3fd6d
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user