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
 #
84
 #
85
 SRCDIRS		+= arch/i386/core
85
 SRCDIRS		+= arch/i386/core
86
 SRCDIRS		+= arch/i386/image
86
 SRCDIRS		+= arch/i386/image
87
+SRCDIRS		+= arch/i386/tests
87
 SRCDIRS		+= arch/i386/interface/syslinux
88
 SRCDIRS		+= arch/i386/interface/syslinux
88
 
89
 
89
 # Include common x86 Makefile
90
 # Include common x86 Makefile

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

2
 	org 100h
2
 	org 100h
3
 
3
 
4
 	jmp start
4
 	jmp start
5
-	
5
+
6
 shuffle_start:
6
 shuffle_start:
7
 	push 0xB800
7
 	push 0xB800
8
 	pop es
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