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