tests: disable x86 emulator test harness when using clang
authorRoger Pau Monne <roger.pau@citrix.com>
Mon, 2 Jul 2018 08:28:24 +0000 (10:28 +0200)
committerWei Liu <wei.liu2@citrix.com>
Tue, 10 Jul 2018 07:42:00 +0000 (08:42 +0100)
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@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/tests/Makefile

index 26c46b49151ecc77df25d88130aa59c76d9abfff..a9fc50d789520209fe6b838a5ce15e9df2129daf 100644 (file)
@@ -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