Skip to content
Snippets Groups Projects
Commit f987d74c authored by Chase Qi's avatar Chase Qi
Browse files

zephyr-kernel-test-twister: build all buildable zephyr tests on nitrogen


Signed-off-by: default avatarChase Qi <chase.qi@linaro.org>
parent 8d775ed4
No related branches found
No related tags found
1 merge request!16zephyr-kernel-test-twister: build all buildable zephyr tests on nitrogen
Pipeline #6740 passed with warnings
...@@ -25,8 +25,27 @@ DEPENDS += "\ ...@@ -25,8 +25,27 @@ DEPENDS += "\
" "
# Base directory for twister to recursively search for test cases. # Base directory for twister to recursively search for test cases.
# Build all available kernel tests by default. # Build all available zephyr tests by default.
ZEPHYRTESTS = "kernel" # Source https://github.com/zephyrproject-rtos/zephyr/tree/main/tests
ZEPHYRTESTS = "\
application_development \
arch \
benchmarks \
bluetooth \
boards \
boot \
cmake \
crypto \
drivers \
kernel \
lib \
misc \
net \
posix \
subsys \
unit \
ztest \
"
# Specify tags of tests that does not build. # Specify tags of tests that does not build.
ZEPHYRTESTS_EXCLUDE_TAGS = "" ZEPHYRTESTS_EXCLUDE_TAGS = ""
ZEPHYRTESTS_EXCLUDE_TAGS:96b-nitrogen = "fpu" ZEPHYRTESTS_EXCLUDE_TAGS:96b-nitrogen = "fpu"
...@@ -37,6 +56,17 @@ ZEPHYRTESTS_DELETE = "" ...@@ -37,6 +56,17 @@ ZEPHYRTESTS_DELETE = ""
ZEPHYRTESTS_DELETE:96b-nitrogen = "\ ZEPHYRTESTS_DELETE:96b-nitrogen = "\
kernel/profiling \ kernel/profiling \
kernel/fatal \ kernel/fatal \
kernel/timer/starve \
drivers/sensor \
misc/test_build \
lib/sprintf \
subsys/portability \
crypto/mbedtls \
benchmarks/footprints \
benchmarks/latency_measure \
benchmarks/sched \
benchmarks/app_kernel \
benchmarks/sys_kernel \
" "
do_compile() { do_compile() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment