aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tests/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-05-18 10:43:05 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-05-18 10:43:05 +0100
commitfc87244286f198347da3a6cf5a4f3bc61ea9b3ef (patch)
tree7b66c45700397b0d3154fd4069a154f0d8ab819f /tools/tests/Makefile
parent4ed20e34719326632c8f758ce91b45e3841476db (diff)
downloadxen-fc87244286f198347da3a6cf5a4f3bc61ea9b3ef.tar.gz
xen-fc87244286f198347da3a6cf5a4f3bc61ea9b3ef.tar.bz2
xen-fc87244286f198347da3a6cf5a4f3bc61ea9b3ef.zip
Remove __TEST_HARNESS__ tests from x86_emulate: instead check for __XEN__
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/tests/Makefile')
-rw-r--r--tools/tests/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/tests/Makefile b/tools/tests/Makefile
index afa6578619..263caffb46 100644
--- a/tools/tests/Makefile
+++ b/tools/tests/Makefile
@@ -4,8 +4,6 @@ include $(XEN_ROOT)/tools/Rules.mk
TARGET := test_x86_emulator
-HOSTCFLAGS += -D__TEST_HARNESS__
-
.PHONY: all
all: $(TARGET)