tests/tcg: move i386 specific tests into subdir
commit4132431f249ac89f413ff326ec4f960992806255
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 5 Apr 2018 14:35:11 +0000 (5 15:35 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 19:22:34 +0000 (20 20:22 +0100)
tree21253d872fa6e7cc5262a10d2c2c8d698a098272
parent07c85b696ae01c35f3ede53d48cbacf342403ed7
tests/tcg: move i386 specific tests into subdir

These only need to be built for i386 guests. This includes a stub
tests/tcg/i386/Makfile.target which absorbs some of what was in
tests/tcg/Makefile.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
15 files changed:
MAINTAINERS
tests/tcg/README
tests/tcg/i386/Makefile.target [new file with mode: 0644]
tests/tcg/i386/README [copied from tests/tcg/README with 57% similarity]
tests/tcg/i386/hello-i386.c [moved from tests/tcg/hello-i386.c with 100% similarity]
tests/tcg/i386/pi_10.com [moved from tests/tcg/pi_10.com with 100% similarity]
tests/tcg/i386/runcom.c [moved from tests/tcg/runcom.c with 100% similarity]
tests/tcg/i386/test-i386-code16.S [moved from tests/tcg/test-i386-code16.S with 100% similarity]
tests/tcg/i386/test-i386-fprem.c [moved from tests/tcg/test-i386-fprem.c with 100% similarity]
tests/tcg/i386/test-i386-muldiv.h [moved from tests/tcg/test-i386-muldiv.h with 100% similarity]
tests/tcg/i386/test-i386-shift.h [moved from tests/tcg/test-i386-shift.h with 100% similarity]
tests/tcg/i386/test-i386-ssse3.c [moved from tests/tcg/test-i386-ssse3.c with 100% similarity]
tests/tcg/i386/test-i386-vm86.S [moved from tests/tcg/test-i386-vm86.S with 100% similarity]
tests/tcg/i386/test-i386.c [moved from tests/tcg/test-i386.c with 100% similarity]
tests/tcg/i386/test-i386.h [moved from tests/tcg/test-i386.h with 100% similarity]