Browse Source

[test] Move i386-specific tests to arch/i386/tests

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 8 years ago
parent
commit
dbc9e591a5

+ 1
- 0
src/arch/i386/Makefile View File

@@ -84,6 +84,7 @@ endif
84 84
 #
85 85
 SRCDIRS		+= arch/i386/core
86 86
 SRCDIRS		+= arch/i386/image
87
+SRCDIRS		+= arch/i386/tests
87 88
 SRCDIRS		+= arch/i386/interface/syslinux
88 89
 
89 90
 # Include common x86 Makefile

src/tests/comboot/shuffle-simple.asm → src/arch/i386/tests/comboot/shuffle-simple.asm View File

@@ -2,7 +2,7 @@
2 2
 	org 100h
3 3
 
4 4
 	jmp start
5
-	
5
+
6 6
 shuffle_start:
7 7
 	push 0xB800
8 8
 	pop es

src/tests/comboot/version.asm → src/arch/i386/tests/comboot/version.asm View File


src/tests/gdbstub_test.S → src/arch/i386/tests/gdbstub_test.S View File


src/tests/gdbstub_test.gdb → src/arch/i386/tests/gdbstub_test.gdb View File


Loading…
Cancel
Save