diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2023-07-04 10:12:32 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-07-10 15:34:24 +0200 |
commit | f5c2ae7134e388cd543fa0383191a30ea07d272b (patch) | |
tree | e000e9267262d47eeddfd0983d8f7c65f1e6834f /tests/tcg/s390x/Makefile.target | |
parent | 349372ff9e3e7c047e258383f061a8617f66adc3 (diff) | |
download | qemu-f5c2ae7134e388cd543fa0383191a30ea07d272b.zip qemu-f5c2ae7134e388cd543fa0383191a30ea07d272b.tar.gz qemu-f5c2ae7134e388cd543fa0383191a30ea07d272b.tar.bz2 |
tests/tcg/s390x: Test EPSW
Add a small test to prevent regressions.
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20230704081506.276055-9-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 85abfbb..2ef22c8 100644 --- a/tests/tcg/s390x/Makefile.target +++ b/tests/tcg/s390x/Makefile.target @@ -36,6 +36,7 @@ TESTS+=rxsbg TESTS+=ex-relative-long TESTS+=ex-branch TESTS+=mxdb +TESTS+=epsw cdsg: CFLAGS+=-pthread cdsg: LDFLAGS+=-pthread |