aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tests/Makefile
blob: cc96cd3a7feb7317b3f0a51f90da868d4707a89d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
XEN_ROOT = $(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk

CFLAGS  += $(CFLAGS_libxenctrl)
LDLIBS += $(LDLIBS_libxenctrl)

SUBDIRS-y :=
SUBDIRS-y += mce-test
SUBDIRS-y += mem-sharing
ifeq ($(XEN_TARGET_ARCH),__fixme__)
SUBDIRS-y += regression
endif
SUBDIRS-y += x86_emulator
SUBDIRS-y += xen-access

.PHONY: all clean install distclean
all clean distclean: %: subdirs-%

install: