]> xenbits.xensource.com Git - xen.git/commit
tools/tests: Move x86 emulator tests into a subdir
authorKeir Fraser <keir@xen.org>
Sat, 8 Jan 2011 10:59:13 +0000 (10:59 +0000)
committerKeir Fraser <keir@xen.org>
Sat, 8 Jan 2011 10:59:13 +0000 (10:59 +0000)
commite7803f184a6170727b7f52ff67bc6265a3591da7
treee4ffc25b0b2fdb44858f3e3c07353ba4ca2e3f6f
parent120138ec11e4f688c5409c432851361aafc9e301
tools/tests: Move x86 emulator tests into a subdir

Signed-off-by: Keir Fraser <keir@xen.org>
--HG--
rename : tools/tests/Makefile => tools/tests/x86_emulator/Makefile
rename : tools/tests/blowfish.c => tools/tests/x86_emulator/blowfish.c
rename : tools/tests/blowfish.mk => tools/tests/x86_emulator/blowfish.mk
rename : tools/tests/test_x86_emulator.c => tools/tests/x86_emulator/test_x86_emulator.c
rename : tools/tests/x86_emulate.c => tools/tests/x86_emulator/x86_emulate.c
tools/tests/Makefile [deleted file]
tools/tests/blowfish.c [deleted file]
tools/tests/blowfish.mk [deleted file]
tools/tests/test_x86_emulator.c [deleted file]
tools/tests/x86_emulate.c [deleted file]
tools/tests/x86_emulator/Makefile [new file with mode: 0644]
tools/tests/x86_emulator/blowfish.c [new file with mode: 0644]
tools/tests/x86_emulator/blowfish.mk [new file with mode: 0644]
tools/tests/x86_emulator/test_x86_emulator.c [new file with mode: 0644]
tools/tests/x86_emulator/x86_emulate.c [new file with mode: 0644]