show now correct file path, test name and line number

This commit is contained in:
stubbfel
2018-03-02 00:33:56 +01:00
parent 1a37404f5e
commit a25162238b
3 changed files with 8 additions and 8 deletions

View File

@@ -40,7 +40,7 @@
\
result_code_e KUNITY_CREATE_TEST_NAME(function_name)(const ptr_output_functions_s output) \
{ \
return run_unity_test(function_name, output); \
return run_unity_test(function_name, __FILE__, #function_name, __LINE__, output); \
} \
EXPORT_SYMBOL(KUNITY_CREATE_TEST_NAME(function_name)); \
\