diff options
author | Michael Brown <mcb30@ipxe.org> | 2016-03-17 14:29:18 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2016-03-17 14:32:00 +0000 |
commit | dbc9e591a5e958b0b849fc1669902f38043b0422 (patch) | |
tree | 70da06624e620bc07475dac54bcac71c5c8a5ab8 | |
parent | c14971bf887dc7aaa85788f71f8c4bdf93d2b7a5 (diff) | |
download | ipxe-dbc9e591a5e958b0b849fc1669902f38043b0422.tar.gz |
[test] Move i386-specific tests to arch/i386/tests
Signed-off-by: Michael Brown <mcb30@ipxe.org>
-rw-r--r-- | src/arch/i386/Makefile | 1 | ||||
-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-x | src/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 89393d06c..a52986048 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 efc7d9b46..8ede8d097 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 011404239..011404239 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 739b0527a..739b0527a 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 bcfa07dae..bcfa07dae 100755 --- a/src/tests/gdbstub_test.gdb +++ b/src/arch/i386/tests/gdbstub_test.gdb |