2018-04-23 18:25:06 +03:00
|
|
|
# -*- Mode: makefile -*-
|
|
|
|
#
|
|
|
|
# SuperH specific tweaks
|
|
|
|
#
|
|
|
|
|
2021-09-29 16:05:53 +03: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-06 04:17:39 +03:00
|
|
|
|
|
|
|
VPATH += $(SRC_PATH)/tests/tcg/sh4
|
|
|
|
|
|
|
|
test-macl: CFLAGS += -O -g
|
|
|
|
TESTS += test-macl
|
2024-04-06 06:11:47 +03:00
|
|
|
|
|
|
|
test-macw: CFLAGS += -O -g
|
|
|
|
TESTS += test-macw
|
2024-04-30 13:41:53 +03:00
|
|
|
|
|
|
|
test-addv: CFLAGS += -O -g
|
|
|
|
TESTS += test-addv
|
2024-04-30 14:10:19 +03:00
|
|
|
|
|
|
|
test-subv: CFLAGS += -O -g
|
|
|
|
TESTS += test-subv
|