mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 09:49:32 +02:00
zephyr-kernel-test.inc: remove some tests
Removed tests not present in Zephyr 1.7. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
This commit is contained in:
@@ -13,11 +13,10 @@ ZEPHYRTESTS_remove_arm += "test_critical"
|
||||
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"
|
||||
ZEPHYRTESTS_remove_nios2 += "test_context test_mem_safe"
|
||||
|
||||
# List of all available tests
|
||||
ZEPHYRTESTS = " \
|
||||
test_arm_irq_vector_table \
|
||||
test_context \
|
||||
test_critical \
|
||||
test_early_sleep \
|
||||
@@ -26,7 +25,6 @@ ZEPHYRTESTS = " \
|
||||
test_fifo \
|
||||
test_fifo_priv \
|
||||
test_fp_sharing \
|
||||
test_irq_offload \
|
||||
test_libs \
|
||||
test_lifo \
|
||||
test_mail \
|
||||
|
||||
Reference in New Issue
Block a user