[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools/tests: Restrict some tests to x86 only
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1356109538 0 # Node ID c4114a042410d3bdec3a77c30b2e85366d7fbe1d # Parent 6f5c96855a9e95d8b3919e289ed7dde38ef83a00 tools/tests: Restrict some tests to x86 only MCE injection and x86_emulator are clearly x86 specific. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r 6f5c96855a9e -r c4114a042410 tools/tests/Makefile --- a/tools/tests/Makefile Thu Dec 20 11:00:32 2012 +0100 +++ b/tools/tests/Makefile Fri Dec 21 17:05:38 2012 +0000 @@ -5,12 +5,12 @@ CFLAGS += $(CFLAGS_libxenctrl) LDLIBS += $(LDLIBS_libxenctrl) SUBDIRS-y := -SUBDIRS-y += mce-test +SUBDIRS-$(CONFIG_X86) += mce-test SUBDIRS-y += mem-sharing ifeq ($(XEN_TARGET_ARCH),__fixme__) SUBDIRS-y += regression endif -SUBDIRS-y += x86_emulator +SUBDIRS-$(CONFIG_X86) += x86_emulator SUBDIRS-y += xen-access .PHONY: all clean install distclean _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |