xref: /openbmc/qemu/tests/tcg/s390x/pgm-specification.mak (revision fb80f33377df221728d6c3c298f19b0da7ba277a)
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