mirror of
https://github.com/open-vela/apps.git
synced 2025-12-20 01:10:11 +08:00
testing: specify arch format Kconfig
Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com>
This commit is contained in:
committed by
Xiang Xiao
parent
c7fe13def6
commit
008b7a904d
@@ -14,7 +14,7 @@ if TESTING_ARCH_LIBC
|
||||
|
||||
config TESTING_ARCH_LIBC_STRCPY
|
||||
bool "test strcpy"
|
||||
default n
|
||||
default y
|
||||
|
||||
config TESTING_ARCH_LIBC_PROGNAME
|
||||
string "Program name"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
config TESTING_OPUS_RAMTEST
|
||||
tristate "opus decode ram test"
|
||||
depends on LIB_OPUS && CODECS_HASH_MD5
|
||||
depends on LIB_OPUS && CODECS_HASH_MD5 && NETUTILS_CODECS && LIB_OPUS_DEMO
|
||||
default n
|
||||
|
||||
if TESTING_OPUS_RAMTEST
|
||||
|
||||
@@ -12,6 +12,8 @@ config TESTS_TESTSUITES
|
||||
|
||||
if TESTS_TESTSUITES
|
||||
|
||||
menu "Testsuite cases"
|
||||
|
||||
config TESTS_TESTSUITES_MOUNT_DIR
|
||||
string "Mount directory for the testsuites"
|
||||
default "/data"
|
||||
@@ -27,47 +29,43 @@ config TESTS_TESTSUITES_STACKSIZE
|
||||
config CM_FS_TEST
|
||||
bool "enable fs test"
|
||||
default n
|
||||
depends on TESTS_TESTSUITES
|
||||
depends on PSEUDOFS_SOFTLINKS
|
||||
|
||||
config CM_SCHED_TEST
|
||||
bool "enbale schedule test"
|
||||
default n
|
||||
depends on TESTS_TESTSUITES
|
||||
|
||||
config CM_SYSCALL_TEST
|
||||
bool "enbale syscall test"
|
||||
default n
|
||||
depends on TESTS_TESTSUITES
|
||||
depends on PIPES && SCHED_HAVE_PARENT
|
||||
|
||||
config CM_MM_TEST
|
||||
bool "enbale MM test"
|
||||
default n
|
||||
depends on TESTS_TESTSUITES
|
||||
|
||||
config CM_KVDB_TEST
|
||||
bool "enbale kvdb test"
|
||||
default n
|
||||
depends on TESTS_TESTSUITES
|
||||
depends on KVDB
|
||||
|
||||
config CM_TIME_TEST
|
||||
bool "enbale time test"
|
||||
default n
|
||||
depends on TESTS_TESTSUITES
|
||||
depends on SIG_EVTHREAD
|
||||
|
||||
config CM_SOCKET_TEST
|
||||
bool "enbale socket test"
|
||||
default n
|
||||
depends on TESTS_TESTSUITES
|
||||
depends on NET && NETDEV_LATEINIT
|
||||
|
||||
config CM_PTHREAD_TEST
|
||||
bool "enbale pthread test"
|
||||
default n
|
||||
depends on TESTS_TESTSUITES
|
||||
|
||||
config CM_MUTEX_TEST
|
||||
bool "enbale mutex test"
|
||||
default n
|
||||
depends on TESTS_TESTSUITES
|
||||
|
||||
config TEST_TELEPHONY
|
||||
bool "enbale telephony test"
|
||||
@@ -83,6 +81,7 @@ endif
|
||||
config CM_DFX_TEST
|
||||
bool "enbale dfx test"
|
||||
default n
|
||||
depends on TESTS_TESTSUITES
|
||||
depends on NETUTILS_CJSON && DFX && DFX_EVENT
|
||||
|
||||
endmenu
|
||||
endif # TESTS_TESTSUITES
|
||||
|
||||
Reference in New Issue
Block a user