unit-test-app: reduce startup delay, clean up

This commit is contained in:
Ivan Grokhotkov
2017-11-09 17:26:43 +08:00
parent 81f806e676
commit 2eae440646
2 changed files with 3 additions and 4 deletions
@@ -39,7 +39,7 @@ struct test_desc_t
void unity_testcase_register(struct test_desc_t* desc);
void unity_run_menu();
void unity_run_menu() __attribute__((noreturn));
void unity_run_tests_with_filter(const char* filter);