Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion testing/libc/arch_libc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 6 additions & 1 deletion testing/testsuites/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -27,6 +29,7 @@ config TESTS_TESTSUITES_STACKSIZE
config CM_FS_TEST
bool "enable fs test"
default n
depends on PSEUDOFS_SOFTLINKS

config CM_SCHED_TEST
bool "enable schedule test"
Expand All @@ -47,15 +50,17 @@ config CM_PTHREAD_TEST

config CM_SOCKET_TEST
bool "enable socket test"
depends on NET
default n
depends on NET && NETDEV_LATEINIT

config CM_SYSCALL_TEST
bool "enable syscall test"
default n
depends on PIPES && SCHED_HAVE_PARENT && FS_TMPFS && ARCH_SETJMP_H && PSEUDOFS_SOFTLINKS

config CM_MUTEX_TEST
bool "enable mutex test"
default n

endmenu
endif # TESTS_TESTSUITES
Loading