xref: /qemu/tests/tcg/s390x/pgm-specification.mak (revision 940bb5fa9ca9f71fcc0d06e9de9ac3ab7415d0f2)
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 # List of specification exception tests.
3 # Shared between the system and the user makefiles.
4 PGM_SPECIFICATION_TESTS = \
5 	br-odd \
6 	cgrl-unaligned \
7 	clrl-unaligned \
8 	crl-unaligned \
9 	ex-odd \
10 	lgrl-unaligned \
11 	llgfrl-unaligned \
12 	lpswe-unaligned \
13 	lrl-unaligned \
14 	stgrl-unaligned \
15 	strl-unaligned
16