blob: 76ce81a5ab055577d1b9e2c8f81b3e98b7ddde43 [file] [log] [blame]
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.