show now correct file path, test name and line number
This commit is contained in:
@@ -21,9 +21,9 @@ 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_test(/* in */ const unity_test_function_ptr test_function, /* in */ const char* file_name, /* in */ const char* test_name, /* in */ int line_number, /* in */ const ptr_output_functions_s output);
|
||||
|
||||
extern result_code_e run_unity_printk_test(/* in */ const unity_test_function_ptr test_function);
|
||||
extern result_code_e run_unity_printk_test(/* in */ const unity_test_function_ptr test_function, /* in */ const char* file_name, /* in */ const char* test_name, /* in */ int line_number);
|
||||
|
||||
//}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user