diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2018-04-05 15:50:08 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2018-06-20 20:22:34 +0100 |
commit | 106ea2db123ff4ed57b38b4c0084b46833a3ae4c (patch) | |
tree | 96924b26efa194a41d2e4dc4bc868063b8b549c4 /tests/tcg/mips/README | |
parent | 8ec8a55e3fc9769c9904ba0dea81414784a6d527 (diff) |
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/tcg/mips/README')
-rw-r--r-- | tests/tcg/mips/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/tcg/mips/README b/tests/tcg/mips/README new file mode 100644 index 0000000000..e5bbc58ec5 --- /dev/null +++ b/tests/tcg/mips/README @@ -0,0 +1,7 @@ +MIPS +==== + +hello-mips +---------- + +A very simple inline assembly, write syscall based hello world |