EMS/test/test.h

10 lines
153 B
C
Raw Normal View History

#ifndef __TEST_H_
#define __TEST_H_
void runTest();
void testCreatThreadTask();
void *testLoggerThread(void *arg);
void testDI();
void testDO();
#endif