Browse Source

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>
pull/73/head
Alex Bennée 8 years ago
parent
commit
106ea2db12
  1. 11
      tests/tcg/README
  2. 7
      tests/tcg/mips/README
  3. 0
      tests/tcg/mips/hello-mips.c

11
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

7
tests/tcg/mips/README

@ -0,0 +1,7 @@
MIPS
====
hello-mips
----------
A very simple inline assembly, write syscall based hello world

0
tests/tcg/hello-mips.c → tests/tcg/mips/hello-mips.c

Loading…
Cancel
Save