summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2016-03-17 15:29:18 +0100
committerMichael Brown2016-03-17 15:32:00 +0100
commitdbc9e591a5e958b0b849fc1669902f38043b0422 (patch)
tree70da06624e620bc07475dac54bcac71c5c8a5ab8 /src
parent[xen] Use generic test_and_clear_bit() function (diff)
downloadipxe-dbc9e591a5e958b0b849fc1669902f38043b0422.tar.gz
ipxe-dbc9e591a5e958b0b849fc1669902f38043b0422.tar.xz
ipxe-dbc9e591a5e958b0b849fc1669902f38043b0422.zip
[test] Move i386-specific tests to arch/i386/tests
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src')
-rw-r--r--src/arch/i386/Makefile1
-rw-r--r--src/arch/i386/tests/comboot/shuffle-simple.asm (renamed from src/tests/comboot/shuffle-simple.asm)2
-rw-r--r--src/arch/i386/tests/comboot/version.asm (renamed from src/tests/comboot/version.asm)0
-rw-r--r--src/arch/i386/tests/gdbstub_test.S (renamed from src/tests/gdbstub_test.S)0
-rwxr-xr-xsrc/arch/i386/tests/gdbstub_test.gdb (renamed from src/tests/gdbstub_test.gdb)0
5 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/i386/Makefile b/src/arch/i386/Makefile
index 89393d06..a5298604 100644
--- a/src/arch/i386/Makefile
+++ b/src/arch/i386/Makefile
@@ -84,6 +84,7 @@ endif
#
SRCDIRS += arch/i386/core
SRCDIRS += arch/i386/image
+SRCDIRS += arch/i386/tests
SRCDIRS += arch/i386/interface/syslinux
# Include common x86 Makefile
diff --git a/src/tests/comboot/shuffle-simple.asm b/src/arch/i386/tests/comboot/shuffle-simple.asm
index efc7d9b4..8ede8d09 100644
--- a/src/tests/comboot/shuffle-simple.asm
+++ b/src/arch/i386/tests/comboot/shuffle-simple.asm
@@ -2,7 +2,7 @@
org 100h
jmp start
-
+
shuffle_start:
push 0xB800
pop es
diff --git a/src/tests/comboot/version.asm b/src/arch/i386/tests/comboot/version.asm
index 01140423..01140423 100644
--- a/src/tests/comboot/version.asm
+++ b/src/arch/i386/tests/comboot/version.asm
diff --git a/src/tests/gdbstub_test.S b/src/arch/i386/tests/gdbstub_test.S
index 739b0527..739b0527 100644
--- a/src/tests/gdbstub_test.S
+++ b/src/arch/i386/tests/gdbstub_test.S
diff --git a/src/tests/gdbstub_test.gdb b/src/arch/i386/tests/gdbstub_test.gdb
index bcfa07da..bcfa07da 100755
--- a/src/tests/gdbstub_test.gdb
+++ b/src/arch/i386/tests/gdbstub_test.gdb