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:
Juro Bystricky
2017-03-08 15:45:34 -08:00
parent 4280a8d4e3
commit 5031445cfc

View File

@@ -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 \