1# -*- Mode: makefile -*- 2# 3# Multiarch system tests 4# 5# We just collect the tests together here and rely on the actual guest 6# architecture to add to the test dependancies and deal with the 7# complications of building. 8# 9 10MULTIARCH_SYSTEM_SRC=$(SRC_PATH)/tests/tcg/multiarch/system 11VPATH+=$(MULTIARCH_SYSTEM_SRC) 12 13MULTIARCH_TEST_SRCS=$(wildcard $(MULTIARCH_SYSTEM_SRC)/*.c) 14MULTIARCH_TESTS = $(patsubst $(MULTIARCH_SYSTEM_SRC)/%.c, %, $(MULTIARCH_TEST_SRCS)) 15