zephyr-kernel-test-twister: build all buildable kernel tests
Compare changes
- Chase Qi authored
Build all kernel tests by default. Tests that doesn't build can be excluded with tags or deleted before image building with twister. This closes #25. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
@@ -24,13 +24,34 @@ DEPENDS += "\
@@ -24,13 +24,34 @@ DEPENDS += "\
tc_root_options="${@' '.join(['-T tests/kernel/' + i + ' ' for i in d.getVar('ZEPHYRTESTS').split()])}"
@@ -70,6 +91,7 @@ do_compile() {
@@ -70,6 +91,7 @@ do_compile() {