mv BuildKernelModule and refactor run_unity_printk_test
This commit is contained in:
@@ -66,6 +66,7 @@ typedef enum result_code_eTag {
|
||||
typedef void (*redirect_char)(char a);
|
||||
|
||||
typedef void (*unity_test_function_ptr)(void);
|
||||
|
||||
//}
|
||||
|
||||
//{ struct region
|
||||
@@ -74,6 +75,7 @@ typedef struct output_functions_sTag {
|
||||
redirect_char redirect_char;
|
||||
} output_functions_s, *ptr_output_functions_s;
|
||||
|
||||
|
||||
typedef result_code_e (*kunity_test_function_ptr)(ptr_output_functions_s);
|
||||
|
||||
typedef struct test_sTag {
|
||||
|
||||
Reference in New Issue
Block a user