mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-24 18:10:35 +08:00
test coverage cleanup
- dataman clean exit code - unit test proper cleanup - add some level of simulated sensors for tests - delete unused test/standard_vtol
This commit is contained in:
@@ -1275,5 +1275,5 @@ dataman_main(int argc, char *argv[])
|
||||
return -1;
|
||||
}
|
||||
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -70,6 +70,7 @@ public:
|
||||
test_class* test = new test_class(); \
|
||||
bool success = test->run_tests(); \
|
||||
test->print_results(); \
|
||||
delete test; \
|
||||
return success; \
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user