@@ -6,32 +6,32 @@ menu "RTT Posix Testcase"
6
6
default n
7
7
8
8
if RTT_POSIX_TESTCASE
9
- # source "$RTT_DIR/examples/utest/testcases/posix/ aio_h/Kconfig" # reserve
10
- # source "$RTT_DIR/examples/utest/testcases/posix/ arpa/Kconfig" # reserve
11
- # source "$RTT_DIR/examples/utest/testcases/posix/ ctype_h/Kconfig" # reserve
12
- source "$RTT_DIR/examples/utest/testcases/posix/ dirent_h/Kconfig"
13
- # source "$RTT_DIR/examples/utest/testcases/posix/ errno_h/Kconfig" # reserve
14
- # source "$RTT_DIR/examples/utest/testcases/posix/ fcntl_h/Kconfig" # reserve
15
- # source "$RTT_DIR/examples/utest/testcases/posix/ fenv_h/Kconfig" # reserve
16
- # source "$RTT_DIR/examples/utest/testcases/posix/ inttypes_h/Kconfig" # reserve
17
- # source "$RTT_DIR/examples/utest/testcases/posix/ libgen_h/Kconfig" # reserve
18
- # source "$RTT_DIR/examples/utest/testcases/posix/ locale_h/Kconfig" # reserve
19
- # source "$RTT_DIR/examples/utest/testcases/posix/ mqueue_h/Kconfig" # reserve
20
- # source "$RTT_DIR/examples/utest/testcases/posix/ net/Kconfig" # reserve
21
- # source "$RTT_DIR/examples/utest/testcases/posix/ netdb_h/Kconfig" # reserve
22
- source "$RTT_DIR/examples/utest/testcases/posix/ pthread_h/Kconfig"
23
- # source "$RTT_DIR/examples/utest/testcases/posix/ sched_h/Kconfig" # reserve
24
- # source "$RTT_DIR/examples/utest/testcases/posix/ semaphore_h/Kconfig" # reserve
25
- # source "$RTT_DIR/examples/utest/testcases/posix/ setjmp_h/Kconfig" # reserve
26
- # source "$RTT_DIR/examples/utest/testcases/posix/ signal_h/Kconfig" # reserve
27
- # source "$RTT_DIR/examples/utest/testcases/posix/ stdarg_h/Kconfig" # reserve
28
- source "$RTT_DIR/examples/utest/testcases/posix/ stdio_h/Kconfig"
29
- source "$RTT_DIR/examples/utest/testcases/posix/ stdlib_h/Kconfig"
30
- # source "$RTT_DIR/examples/utest/testcases/posix/ string_h/Kconfig" # reserve
31
- # source "$RTT_DIR/examples/utest/testcases/posix/ stropts_h/Kconfig" # reserve
32
- # source "$RTT_DIR/examples/utest/testcases/posix/ sys/Kconfig" # reserve
33
- # source "$RTT_DIR/examples/utest/testcases/posix/ time_h/Kconfig" # reserve
34
- source "$RTT_DIR/examples/utest/testcases/posix/ unistd_h/Kconfig"
9
+ # rsource " aio_h/Kconfig" # reserve
10
+ # rsource " arpa/Kconfig" # reserve
11
+ # rsource " ctype_h/Kconfig" # reserve
12
+ rsource " dirent_h/Kconfig"
13
+ # rsource " errno_h/Kconfig" # reserve
14
+ # rsource " fcntl_h/Kconfig" # reserve
15
+ # rsource " fenv_h/Kconfig" # reserve
16
+ # rsource " inttypes_h/Kconfig" # reserve
17
+ # rsource " libgen_h/Kconfig" # reserve
18
+ # rsource " locale_h/Kconfig" # reserve
19
+ # rsource " mqueue_h/Kconfig" # reserve
20
+ # rsource " net/Kconfig" # reserve
21
+ # rsource " netdb_h/Kconfig" # reserve
22
+ rsource " pthread_h/Kconfig"
23
+ # rsource " sched_h/Kconfig" # reserve
24
+ # rsource " semaphore_h/Kconfig" # reserve
25
+ # rsource " setjmp_h/Kconfig" # reserve
26
+ # rsource " signal_h/Kconfig" # reserve
27
+ # rsource " stdarg_h/Kconfig" # reserve
28
+ rsource " stdio_h/Kconfig"
29
+ rsource " stdlib_h/Kconfig"
30
+ # rsource " string_h/Kconfig" # reserve
31
+ # rsource " stropts_h/Kconfig" # reserve
32
+ # rsource " sys/Kconfig" # reserve
33
+ # rsource " time_h/Kconfig" # reserve
34
+ rsource " unistd_h/Kconfig"
35
35
endif
36
36
37
37
endmenu
0 commit comments