aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tests
diff options
context:
space:
mode:
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