|
#ifndef __TEST_H_
|
|
#define __TEST_H_
|
|
|
|
#define _DEFAULT_SOURCE
|
|
|
|
void runTest();
|
|
void testDI();
|
|
void testDO();
|
|
void testUart();
|
|
void testCreatThreadTask();
|
|
void *testLoggerThread(void *arg);
|
|
void *testDIDetectThread(void *arg);
|
|
void *testUartThread(void *arg);
|
|
#endif |