Files
meta-zephyr/recipes-kernel/zephyr-kernel/zephyr-kernel-test.bb
Andrei Gherzan c990a39b3a Use an include file for the common parts of the sample recipes
Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
2021-02-17 11:51:02 +08:00

5 lines
156 B
BlitzBasic

require zephyr-image.inc
require zephyr-kernel-test.inc
BBCLASSEXTEND = '${@" ".join(["zephyrtest:" + x for x in d.getVar("ZEPHYRTESTS", True).split()])}'