#ifndef __UNITTEST_H__ #define __UNITTEST_H__ #include <sc_assert.h> void UT_add(const char* funcName, void (*testFunc)(void)); void UT_run(void); #endif /* __UNITTEST_H__ */