2018-04-23 16:25:06 +01:00
|
|
|
# -*- Mode: makefile -*-
|
|
|
|
#
|
|
|
|
# SuperH specific tweaks
|
|
|
|
#
|
|
|
|
|
2021-09-29 09:05:53 -04:00
|
|
|
# This triggers failures for sh4-linux about 10% of the time.
|
|
|
|
# Random SIGSEGV at unpredictable guest address, cause unknown.
|
|
|
|
run-signals: signals
|
|
|
|
$(call skip-test, $<, "BROKEN")
|
|
|
|
run-plugin-signals-with-%:
|
|
|
|
$(call skip-test, $<, "BROKEN")
|
2024-04-05 15:17:39 -10:00
|
|
|
|
|
|
|
VPATH += $(SRC_PATH)/tests/tcg/sh4
|
|
|
|
|
|
|
|
test-macl: CFLAGS += -O -g
|
|
|
|
TESTS += test-macl
|
2024-04-05 17:11:47 -10:00
|
|
|
|
|
|
|
test-macw: CFLAGS += -O -g
|
|
|
|
TESTS += test-macw
|