File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if TESTING_ARCH_LIBC
14
14
15
15
config TESTING_ARCH_LIBC_STRCPY
16
16
bool "test strcpy"
17
- default n
17
+ default y
18
18
19
19
config TESTING_ARCH_LIBC_PROGNAME
20
20
string "Program name"
Original file line number Diff line number Diff line change 5
5
6
6
config TESTING_OPUS_RAMTEST
7
7
tristate "opus decode ram test"
8
- depends on LIB_OPUS && CODECS_HASH_MD5
8
+ depends on LIB_OPUS && CODECS_HASH_MD5 && NETUTILS_CODECS && LIB_OPUS_DEMO
9
9
default n
10
10
11
11
if TESTING_OPUS_RAMTEST
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ config TESTS_TESTSUITES
12
12
13
13
if TESTS_TESTSUITES
14
14
15
+ menu "Testsuite cases"
16
+
15
17
config TESTS_TESTSUITES_MOUNT_DIR
16
18
string "Mount directory for the testsuites"
17
19
default "/data"
@@ -27,47 +29,43 @@ config TESTS_TESTSUITES_STACKSIZE
27
29
config CM_FS_TEST
28
30
bool "enable fs test"
29
31
default n
30
- depends on TESTS_TESTSUITES
32
+ depends on PSEUDOFS_SOFTLINKS
31
33
32
34
config CM_SCHED_TEST
33
35
bool "enbale schedule test"
34
36
default n
35
- depends on TESTS_TESTSUITES
36
37
37
38
config CM_SYSCALL_TEST
38
39
bool "enbale syscall test"
39
40
default n
40
- depends on TESTS_TESTSUITES
41
+ depends on PIPES && SCHED_HAVE_PARENT
41
42
42
43
config CM_MM_TEST
43
44
bool "enbale MM test"
44
45
default n
45
- depends on TESTS_TESTSUITES
46
46
47
47
config CM_KVDB_TEST
48
48
bool "enbale kvdb test"
49
49
default n
50
- depends on TESTS_TESTSUITES
50
+ depends on KVDB
51
51
52
52
config CM_TIME_TEST
53
53
bool "enbale time test"
54
54
default n
55
- depends on TESTS_TESTSUITES
55
+ depends on SIG_EVTHREAD
56
56
57
57
config CM_SOCKET_TEST
58
58
bool "enbale socket test"
59
59
default n
60
- depends on TESTS_TESTSUITES
60
+ depends on NET && NETDEV_LATEINIT
61
61
62
62
config CM_PTHREAD_TEST
63
63
bool "enbale pthread test"
64
64
default n
65
- depends on TESTS_TESTSUITES
66
65
67
66
config CM_MUTEX_TEST
68
67
bool "enbale mutex test"
69
68
default n
70
- depends on TESTS_TESTSUITES
71
69
72
70
config TEST_TELEPHONY
73
71
bool "enbale telephony test"
83
81
config CM_DFX_TEST
84
82
bool "enbale dfx test"
85
83
default n
86
- depends on TESTS_TESTSUITES
84
+ depends on NETUTILS_CJSON && DFX && DFX_EVENT
87
85
86
+ endmenu
88
87
endif # TESTS_TESTSUITES
You can’t perform that action at this time.
0 commit comments