update kunity

This commit is contained in:
stubbfel
2018-02-15 20:50:35 +01:00
parent 66f19afb8c
commit 52faaaff69
5 changed files with 142 additions and 42 deletions

View File

@@ -17,7 +17,13 @@ extern "C" {
//{ function region
extern void putchark(char a);
extern void putchark(/* in */ char a);
extern result_code_e create_default_test_output(/* out*/ ptr_output_functions_s* output_location);
extern result_code_e run_unity_test(/* in */ const unity_test_function_ptr test_function, /* in */ const ptr_output_functions_s output);
extern result_code_e run_unity_printk_test(/* in */ const unity_test_function_ptr test_function);
//}