@@ -34,6 +34,7 @@
|
||||
#include "posix_test.h"
|
||||
#include "kernel_test.h"
|
||||
#include "log.h"
|
||||
#include <ctype.h>
|
||||
|
||||
#define RET_TRUE 1
|
||||
#define RET_FALSE 0
|
||||
|
||||
@@ -77,6 +77,8 @@
|
||||
|
||||
void ItSuitePosix(void);
|
||||
|
||||
extern void ItSuitePosixPthread(void);
|
||||
extern void ItSuitePosixMutex(void);
|
||||
extern void PosixCtypeFuncTest(void);
|
||||
extern void PosixIsdigitFuncTest(void);
|
||||
extern void PosixIslowerFuncTest(void);
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
#include "kernel_test.h"
|
||||
#include "log.h"
|
||||
#include "los_tick.h"
|
||||
#include <unistd.h>
|
||||
|
||||
#define RET_OK 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user