zephyr-kernel-test.inc: exclude tests not suitable for Nios2

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
This commit is contained in:
Juro Bystricky
2017-01-23 14:24:37 -08:00
parent 18d92a4e86
commit 04f6539b7b

View File

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