diff options
author | Thomas Huth <thuth@redhat.com> | 2022-10-12 20:27:55 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-10-28 08:34:58 +0200 |
commit | 9e3eb3b29a73c35adbbe60b0fd3c8feb6c680d55 (patch) | |
tree | 93f85527df927b0c173dbb145e8d03618f5895dc /tests/tcg/s390x/Makefile.target | |
parent | f7d81a351d6122440f9190adba69da3f81b7b186 (diff) | |
download | qemu-9e3eb3b29a73c35adbbe60b0fd3c8feb6c680d55.zip qemu-9e3eb3b29a73c35adbbe60b0fd3c8feb6c680d55.tar.gz qemu-9e3eb3b29a73c35adbbe60b0fd3c8feb6c680d55.tar.bz2 |
tests/tcg/s390x: Add a test for the vistr instruction
This test can be used to verify that the change in the previous
commit is indeed fixing the problem with the M3 vs. M4 field
mixup.
Message-Id: <20221012182755.1014853-4-thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tcg/s390x/Makefile.target b/tests/tcg/s390x/Makefile.target index 29c8af8..07fcc6d 100644 --- a/tests/tcg/s390x/Makefile.target +++ b/tests/tcg/s390x/Makefile.target @@ -25,6 +25,10 @@ TESTS+=signals-s390x TESTS+=branch-relative-long TESTS+=noexec +Z13_TESTS=vistr +$(Z13_TESTS): CFLAGS+=-march=z13 -O2 +TESTS+=$(Z13_TESTS) + ifneq ($(CROSS_CC_HAS_Z14),) Z14_TESTS=vfminmax vfminmax: LDFLAGS+=-lm |