diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2023-06-02 00:30:27 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-06-05 09:48:29 +0200 |
commit | 2b956244a9d1b18b9653bf7453870c2d10df2427 (patch) | |
tree | 925588804ca2a8782a12eccffa1bc843235444a1 /tests/tcg/s390x/Makefile.target | |
parent | a7f4add7931ef91285fc3d89e6b3842115e09048 (diff) |
tests/tcg/s390x: Test MXDB and MXDBR
Add a small test to prevent regressions.
Cc: qemu-stable@nongnu.org
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <20230601223027.795501-3-iii@linux.ibm.com>
Acked-by: David Hildenbrand <david@redhat.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 a2a15c4a23..85abfbb98c 100644 --- a/tests/tcg/s390x/Makefile.target +++ b/tests/tcg/s390x/Makefile.target @@ -35,6 +35,7 @@ TESTS+=chrl TESTS+=rxsbg TESTS+=ex-relative-long TESTS+=ex-branch +TESTS+=mxdb cdsg: CFLAGS+=-pthread cdsg: LDFLAGS+=-pthread |