update kunity runner
This commit is contained in:
26
src/kunity_proc_test_file_handler.h
Normal file
26
src/kunity_proc_test_file_handler.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#ifndef KUNITY_PROC_TEST_FILE_HANDLER_H
|
||||
#define KUNITY_PROC_TEST_FILE_HANDLER_H
|
||||
#include "kunity_proc_test_file_handler_t.h"
|
||||
//{ global include region
|
||||
|
||||
//}
|
||||
//{ local include region
|
||||
|
||||
#include "kunity_test_finder_t.h"
|
||||
|
||||
//}
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
//{ function region
|
||||
|
||||
extern result_code_e create_proc_test_file(/* inout */ ptr_test_list_item_s list_item);
|
||||
|
||||
//}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif // KUNITY_PROC_TEST_FILE_HANDLER_H
|
||||
Reference in New Issue
Block a user