]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/tcg: move MIPS specific tests into subdir
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 5 Apr 2018 14:50:08 +0000 (15:50 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 19:22:34 +0000 (20:22 +0100)
These only need to be built for MIPS guests.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
tests/tcg/README
tests/tcg/mips/README [new file with mode: 0644]
tests/tcg/mips/hello-mips.c [moved from tests/tcg/hello-mips.c with 100% similarity]

index 625f2326e67463f7e13151832eaf53e1fa45929e..a5643d33e788858b58db9881f4eee10ba8012fb7 100644 (file)
@@ -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 (file)
index 0000000..e5bbc58
--- /dev/null
@@ -0,0 +1,7 @@
+MIPS
+====
+
+hello-mips
+----------
+
+A very simple inline assembly, write syscall based hello world