We can re-use the sparc Makefile to ensure we build but don't run the tests.
Signed-off-by: Alex Bennée <alex.ben...@linaro.org> --- tests/tcg/Makefile.target | 2 +- tests/tcg/sparc32plus | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 tests/tcg/sparc32plus diff --git a/tests/tcg/Makefile.target b/tests/tcg/Makefile.target index 8bcafaaf7b..bc5d2cdeeb 100644 --- a/tests/tcg/Makefile.target +++ b/tests/tcg/Makefile.target @@ -106,7 +106,7 @@ ifeq ($(filter %-softmmu, $(TARGET)),) # architecture in its VPATH. However some targets are so # minimal/broken just include directly and skip the common multiarch # tests Makefile. -ifeq ($(filter $(TARGET_NAME),aarch64_be sparc),$(TARGET_NAME)) +ifeq ($(filter $(TARGET_NAME),aarch64_be sparc sparc32plus),$(TARGET_NAME)) -include $(SRC_PATH)/tests/tcg/$(TARGET_NAME)/Makefile.target else -include $(SRC_PATH)/tests/tcg/multiarch/Makefile.target diff --git a/tests/tcg/sparc32plus b/tests/tcg/sparc32plus new file mode 120000 index 0000000000..af551a9571 --- /dev/null +++ b/tests/tcg/sparc32plus @@ -0,0 +1 @@ +sparc \ No newline at end of file -- 2.47.2