mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 00:49:30 +02:00
zephyr-kernel-test.inc: exclude tests not suitable for Nios2
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
This commit is contained in:
@@ -12,6 +12,9 @@ ZEPHYRTESTS_remove_arm += "test_critical"
|
||||
#Remove ARM specific tests
|
||||
ZEPHYRTESTS_remove_x86 += "test_context test_arm_irq_vector_table"
|
||||
|
||||
#Remove tests not intended for Nios2
|
||||
ZEPHYRTESTS_remove_nios2 += "test_context test_arm_irq_vector_table test_mem_safe"
|
||||
|
||||
# List of all available tests
|
||||
ZEPHYRTESTS = " \
|
||||
test_arm_irq_vector_table \
|
||||
|
||||
Reference in New Issue
Block a user