* [PATCH] tools/tests: Restrict some tests to x86 only
@ 2012-12-19 13:59 Ian Campbell
2012-12-21 17:05 ` Ian Jackson
0 siblings, 1 reply; 2+ messages in thread
From: Ian Campbell @ 2012-12-19 13:59 UTC (permalink / raw)
To: xen-devel; +Cc: tim, stefano.stabellini, Ian Campbell
MCE injection and x86_emulator are clearly x86 specific.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
tools/tests/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/tests/Makefile b/tools/tests/Makefile
index cc96cd3..adeb120 100644
--- a/tools/tests/Makefile
+++ b/tools/tests/Makefile
@@ -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
--
1.7.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] tools/tests: Restrict some tests to x86 only
2012-12-19 13:59 [PATCH] tools/tests: Restrict some tests to x86 only Ian Campbell
@ 2012-12-21 17:05 ` Ian Jackson
0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2012-12-21 17:05 UTC (permalink / raw)
To: Ian Campbell; +Cc: stefano.stabellini, tim, xen-devel
Ian Campbell writes ("[Xen-devel] [PATCH] tools/tests: Restrict some tests to x86 only"):
> MCE injection and x86_emulator are clearly x86 specific.
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-21 17:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-19 13:59 [PATCH] tools/tests: Restrict some tests to x86 only Ian Campbell
2012-12-21 17:05 ` Ian Jackson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).