mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 18:49:30 +02:00
zephyrtest.bbclass: do not prepend 'test_'
Do not prepend 'test' to test programs. (Don't assume all test programs names begin with 'test_') Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
This commit is contained in:
@@ -11,7 +11,7 @@ python zephyrtest_virtclass_handler () {
|
||||
pn_underscores = e.data.getVar("PN", True) + "-" + variant
|
||||
|
||||
e.data.setVar("PN", pn)
|
||||
e.data.setVar("ZEPHYR_IMAGENAME", "test_" + variant_dashes + ".elf")
|
||||
e.data.setVar("ZEPHYR_IMAGENAME", variant_dashes + ".elf")
|
||||
|
||||
# Most tests for Zephyr 1.6 are in the "legacy" folder
|
||||
e.data.setVar("ZEPHYR_IMAGE_SRCDIR", "tests/legacy/kernel/" + variant)
|
||||
|
||||
Reference in New Issue
Block a user