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:
Daniel Agar
2017-01-03 02:43:59 -05:00
parent a985c27ab0
commit b4da337cd4
5 changed files with 12 additions and 140 deletions
+1 -1
View File
@@ -1275,5 +1275,5 @@ dataman_main(int argc, char *argv[])
return -1;
}
return 1;
return 0;
}
+1
View File
@@ -70,6 +70,7 @@ public:
test_class* test = new test_class(); \
bool success = test->run_tests(); \
test->print_results(); \
delete test; \
return success; \
}