blob: ce08699c8c78266220e882b3ef90d928f43bfc05 [file] [log] [blame] [edit]
menuconfig USERSPACE_TESTING
bool "User-space testing"
default n
help
Run userspace unit tests after the kernel has booted.
config USERSPACE_TESTING_SCRIPT
depends on USERSPACE_TESTING
string "Path to test launcher script."
default /bin/tests/utest/runall.sh
help
Run userspace unit tests from the specified path.