diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2022-01-12 17:50:16 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-01-17 08:36:33 +0100 |
commit | f7cff0738d1bc66b530a6c200874eb86575048f4 (patch) | |
tree | 6668b1447cef6592c6d36efdc006c9a584a2dd9b /tests/tcg/s390x/Makefile.target | |
parent | 6da170beda33f3e7f1d9242814acd9f428f0f0fb (diff) |
tests/tcg/s390x: Test shift instructions
Add a test for each shift instruction in order to to prevent
regressions.
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Acked-by: David Hildenbrand <david@redhat.com>
Message-Id: <20220112165016.226996-6-iii@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@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 cc64dd32d2..1a7238b4eb 100644 --- a/tests/tcg/s390x/Makefile.target +++ b/tests/tcg/s390x/Makefile.target @@ -9,6 +9,7 @@ TESTS+=exrl-trtr TESTS+=pack TESTS+=mvo TESTS+=mvc +TESTS+=shift TESTS+=trap TESTS+=signals-s390x |