aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2018-04-05 15:50:08 +0100
committerAlex Bennée <alex.bennee@linaro.org>2018-06-20 20:22:34 +0100
commit106ea2db123ff4ed57b38b4c0084b46833a3ae4c (patch)
tree96924b26efa194a41d2e4dc4bc868063b8b549c4 /tests
parent8ec8a55e3fc9769c9904ba0dea81414784a6d527 (diff)
downloadqemu-106ea2db123ff4ed57b38b4c0084b46833a3ae4c.zip
qemu-106ea2db123ff4ed57b38b4c0084b46833a3ae4c.tar.gz
qemu-106ea2db123ff4ed57b38b4c0084b46833a3ae4c.tar.bz2
tests/tcg: move MIPS specific tests into subdir
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/tcg/README11
-rw-r--r--tests/tcg/mips/README7
-rw-r--r--tests/tcg/mips/hello-mips.c (renamed from tests/tcg/hello-mips.c)0
3 files changed, 7 insertions, 11 deletions
diff --git a/tests/tcg/README b/tests/tcg/README
index 625f232..a5643d3 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 0000000..e5bbc58
--- /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
index f825673..f825673 100644
--- a/tests/tcg/hello-mips.c
+++ b/tests/tcg/mips/hello-mips.c