From: Alex Bennée Date: Thu, 5 Apr 2018 14:50:08 +0000 (+0100) Subject: tests/tcg: move MIPS specific tests into subdir X-Git-Tag: v3.0.0-rc0~68^2~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=106ea2db123ff4ed57b38b4c0084b46833a3ae4c;p=thirdparty%2Fqemu.git tests/tcg: move MIPS specific tests into subdir These only need to be built for MIPS guests. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé --- diff --git a/tests/tcg/README b/tests/tcg/README index 625f2326e67..a5643d33e78 100644 --- a/tests/tcg/README +++ b/tests/tcg/README @@ -3,17 +3,6 @@ regression testing. Tests are either multi-arch, meaning they can be built for all guest architectures that support linux-user executable, or they are architecture specific. - - -MIPS -==== - -hello-mips ----------- - -hello-mipsel ------------- - CRIS ==== The testsuite for CRIS is in tests/tcg/cris. You can run it diff --git a/tests/tcg/mips/README b/tests/tcg/mips/README new file mode 100644 index 00000000000..e5bbc58ec54 --- /dev/null +++ b/tests/tcg/mips/README @@ -0,0 +1,7 @@ +MIPS +==== + +hello-mips +---------- + +A very simple inline assembly, write syscall based hello world diff --git a/tests/tcg/hello-mips.c b/tests/tcg/mips/hello-mips.c similarity index 100% rename from tests/tcg/hello-mips.c rename to tests/tcg/mips/hello-mips.c