HW_Lib/sim/Test/sim_test.h

20 lines
454 B
C
Raw Normal View History

2024-09-21 08:07:31 +00:00
//
// Created by lydxh on 24-9-21.
//
#ifndef HW_LIB_SIM_TEST_H
#define HW_LIB_SIM_TEST_H
/**
* @brief
* @param name: []
* @param pFunction: []
* @return void
* @example Test("FunctionName", functionName);
**/
void Test_RunTime(char *name, void (*pFunction)(void *));
void Test_Run(char *name, void (*pFunction)(void *));
#endif //HW_LIB_SIM_TEST_H