aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tests
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-01-08 10:59:13 +0000
committerKeir Fraser <keir@xen.org>2011-01-08 10:59:13 +0000
commite7803f184a6170727b7f52ff67bc6265a3591da7 (patch)
treee4ffc25b0b2fdb44858f3e3c07353ba4ca2e3f6f /tools/tests
parent120138ec11e4f688c5409c432851361aafc9e301 (diff)
downloadxen-e7803f184a6170727b7f52ff67bc6265a3591da7.tar.gz
xen-e7803f184a6170727b7f52ff67bc6265a3591da7.tar.bz2
xen-e7803f184a6170727b7f52ff67bc6265a3591da7.zip
tools/tests: Move x86 emulator tests into a subdir
Signed-off-by: Keir Fraser <keir@xen.org> --HG-- rename : tools/tests/Makefile => tools/tests/x86_emulator/Makefile rename : tools/tests/blowfish.c => tools/tests/x86_emulator/blowfish.c rename : tools/tests/blowfish.mk => tools/tests/x86_emulator/blowfish.mk rename : tools/tests/test_x86_emulator.c => tools/tests/x86_emulator/test_x86_emulator.c rename : tools/tests/x86_emulate.c => tools/tests/x86_emulator/x86_emulate.c
Diffstat (limited to 'tools/tests')
-rw-r--r--tools/tests/x86_emulator/Makefile (renamed from tools/tests/Makefile)2
-rw-r--r--tools/tests/x86_emulator/blowfish.c (renamed from tools/tests/blowfish.c)0
-rw-r--r--tools/tests/x86_emulator/blowfish.mk (renamed from tools/tests/blowfish.mk)2
-rw-r--r--tools/tests/x86_emulator/test_x86_emulator.c (renamed from tools/tests/test_x86_emulator.c)0
-rw-r--r--tools/tests/x86_emulator/x86_emulate.c (renamed from tools/tests/x86_emulate.c)0
5 files changed, 2 insertions, 2 deletions
diff --git a/tools/tests/Makefile b/tools/tests/x86_emulator/Makefile
index afd3476277..d0bbe0ee83 100644
--- a/tools/tests/Makefile
+++ b/tools/tests/x86_emulator/Makefile
@@ -1,5 +1,5 @@
-XEN_ROOT=../..
+XEN_ROOT=../../..
include $(XEN_ROOT)/tools/Rules.mk
TARGET := test_x86_emulator
diff --git a/tools/tests/blowfish.c b/tools/tests/x86_emulator/blowfish.c
index 211831d4d2..211831d4d2 100644
--- a/tools/tests/blowfish.c
+++ b/tools/tests/x86_emulator/blowfish.c
diff --git a/tools/tests/blowfish.mk b/tools/tests/x86_emulator/blowfish.mk
index 7847bc82de..85da259a5c 100644
--- a/tools/tests/blowfish.mk
+++ b/tools/tests/x86_emulator/blowfish.mk
@@ -1,5 +1,5 @@
-XEN_ROOT = ../..
+XEN_ROOT = ../../..
CFLAGS =
include $(XEN_ROOT)/tools/Rules.mk
diff --git a/tools/tests/test_x86_emulator.c b/tools/tests/x86_emulator/test_x86_emulator.c
index bb1055ba1f..bb1055ba1f 100644
--- a/tools/tests/test_x86_emulator.c
+++ b/tools/tests/x86_emulator/test_x86_emulator.c
diff --git a/tools/tests/x86_emulate.c b/tools/tests/x86_emulator/x86_emulate.c
index a58a7b8178..a58a7b8178 100644
--- a/tools/tests/x86_emulate.c
+++ b/tools/tests/x86_emulator/x86_emulate.c