|
@@ -6,32 +6,32 @@ menu "RTT Posix Testcase"
|
|
|
default n
|
|
|
|
|
|
if RTT_POSIX_TESTCASE
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/aio_h/Kconfig" # reserve
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/arpa/Kconfig" # reserve
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/ctype_h/Kconfig" # reserve
|
|
|
- source "$RTT_DIR/examples/utest/testcases/posix/dirent_h/Kconfig"
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/errno_h/Kconfig" # reserve
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/fcntl_h/Kconfig" # reserve
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/fenv_h/Kconfig" # reserve
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/inttypes_h/Kconfig" # reserve
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/libgen_h/Kconfig" # reserve
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/locale_h/Kconfig" # reserve
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/mqueue_h/Kconfig" # reserve
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/net/Kconfig" # reserve
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/netdb_h/Kconfig" # reserve
|
|
|
- source "$RTT_DIR/examples/utest/testcases/posix/pthread_h/Kconfig"
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/sched_h/Kconfig" # reserve
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/semaphore_h/Kconfig" # reserve
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/setjmp_h/Kconfig" # reserve
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/signal_h/Kconfig" # reserve
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/stdarg_h/Kconfig" # reserve
|
|
|
- source "$RTT_DIR/examples/utest/testcases/posix/stdio_h/Kconfig"
|
|
|
- source "$RTT_DIR/examples/utest/testcases/posix/stdlib_h/Kconfig"
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/string_h/Kconfig" # reserve
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/stropts_h/Kconfig" # reserve
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/sys/Kconfig" # reserve
|
|
|
- # source "$RTT_DIR/examples/utest/testcases/posix/time_h/Kconfig" # reserve
|
|
|
- source "$RTT_DIR/examples/utest/testcases/posix/unistd_h/Kconfig"
|
|
|
+ # rsource "aio_h/Kconfig" # reserve
|
|
|
+ # rsource "arpa/Kconfig" # reserve
|
|
|
+ # rsource "ctype_h/Kconfig" # reserve
|
|
|
+ rsource "dirent_h/Kconfig"
|
|
|
+ # rsource "errno_h/Kconfig" # reserve
|
|
|
+ # rsource "fcntl_h/Kconfig" # reserve
|
|
|
+ # rsource "fenv_h/Kconfig" # reserve
|
|
|
+ # rsource "inttypes_h/Kconfig" # reserve
|
|
|
+ # rsource "libgen_h/Kconfig" # reserve
|
|
|
+ # rsource "locale_h/Kconfig" # reserve
|
|
|
+ # rsource "mqueue_h/Kconfig" # reserve
|
|
|
+ # rsource "net/Kconfig" # reserve
|
|
|
+ # rsource "netdb_h/Kconfig" # reserve
|
|
|
+ rsource "pthread_h/Kconfig"
|
|
|
+ # rsource "sched_h/Kconfig" # reserve
|
|
|
+ # rsource "semaphore_h/Kconfig" # reserve
|
|
|
+ # rsource "setjmp_h/Kconfig" # reserve
|
|
|
+ # rsource "signal_h/Kconfig" # reserve
|
|
|
+ # rsource "stdarg_h/Kconfig" # reserve
|
|
|
+ rsource "stdio_h/Kconfig"
|
|
|
+ rsource "stdlib_h/Kconfig"
|
|
|
+ # rsource "string_h/Kconfig" # reserve
|
|
|
+ # rsource "stropts_h/Kconfig" # reserve
|
|
|
+ # rsource "sys/Kconfig" # reserve
|
|
|
+ # rsource "time_h/Kconfig" # reserve
|
|
|
+ rsource "unistd_h/Kconfig"
|
|
|
endif
|
|
|
|
|
|
endmenu
|