[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] tests: disable x86 emulator test harness when using clang
commit 150003f8115f8d592f8d7733c67590aee802797a Author: Roger Pau Monne <roger.pau@xxxxxxxxxx> AuthorDate: Mon Jul 2 10:28:24 2018 +0200 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Tue Jul 10 08:42:00 2018 +0100 tests: disable x86 emulator test harness when using clang clang is not capable of building the x86 emulator test harness, so disconnect it from the clang build until it can be fixed. Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- tools/tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/tests/Makefile b/tools/tests/Makefile index 26c46b4915..a9fc50d789 100644 --- a/tools/tests/Makefile +++ b/tools/tests/Makefile @@ -10,7 +10,9 @@ SUBDIRS-y += mem-sharing ifeq ($(XEN_TARGET_ARCH),__fixme__) SUBDIRS-y += regression endif +ifneq ($(clang),y) SUBDIRS-$(CONFIG_X86) += x86_emulator +endif SUBDIRS-y += xen-access SUBDIRS-y += xenstore SUBDIRS-y += depriv -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |