xref: /openbmc/qemu/tests/tcg/s390x/pgm-specification.mak (revision 3b9e779b86700d217cf824e7d77ed3ba316ef918)
1# SPDX-License-Identifier: GPL-2.0-or-later
2# List of specification exception tests.
3# Shared between the system and the user makefiles.
4PGM_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