diff options
author | David Hildenbrand <david@redhat.com> | 2019-09-05 20:18:51 +0200 |
---|---|---|
committer | David Hildenbrand <david@redhat.com> | 2019-09-23 09:28:29 +0200 |
commit | d9e13c341995537cf6bd18c0c163ce5f93d4c0a2 (patch) | |
tree | 6e9ca2d0d643168c43aaaf703e2e518d99dff803 /tests/tcg/s390x/Makefile.target | |
parent | ab89acd0b77355888dcbd68725fdcba03b08e466 (diff) | |
download | qemu-d9e13c341995537cf6bd18c0c163ce5f93d4c0a2.zip qemu-d9e13c341995537cf6bd18c0c163ce5f93d4c0a2.tar.gz qemu-d9e13c341995537cf6bd18c0c163ce5f93d4c0a2.tar.bz2 |
tests/tcg: target/s390x: Test MVO
Let's add the simple test based on the example from the PoP.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Diffstat (limited to 'tests/tcg/s390x/Makefile.target')
-rw-r--r-- | tests/tcg/s390x/Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tcg/s390x/Makefile.target b/tests/tcg/s390x/Makefile.target index 151dc07..6a3bfa8 100644 --- a/tests/tcg/s390x/Makefile.target +++ b/tests/tcg/s390x/Makefile.target @@ -6,3 +6,4 @@ TESTS+=ipm TESTS+=exrl-trt TESTS+=exrl-trtr TESTS+=pack +TESTS+=mvo |