67f80eb4d0
Now we have a nios2 test image we can start using it to build tests. However signal handling in nios2 is still broken so we disable the signals and linux-test tests that trigger the bug. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20211026102234.3961636-12-alex.bennee@linaro.org>
12 lines
311 B
Makefile
12 lines
311 B
Makefile
# nios2 specific test tweaks
|
|
|
|
# Currently nios2 signal handling is broken
|
|
run-signals: signals
|
|
$(call skip-test, $<, "BROKEN")
|
|
run-plugin-signals-with-%:
|
|
$(call skip-test, $<, "BROKEN")
|
|
run-linux-test: linux-test
|
|
$(call skip-test, $<, "BROKEN")
|
|
run-plugin-linux-test-with-%:
|
|
$(call skip-test, $<, "BROKEN")
|