Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
16 lines
347 B
Makefile
16 lines
347 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# List of specification exception tests.
|
|
# Shared between the system and the user makefiles.
|
|
PGM_SPECIFICATION_TESTS = \
|
|
br-odd \
|
|
cgrl-unaligned \
|
|
clrl-unaligned \
|
|
crl-unaligned \
|
|
ex-odd \
|
|
lgrl-unaligned \
|
|
llgfrl-unaligned \
|
|
lpswe-unaligned \
|
|
lrl-unaligned \
|
|
stgrl-unaligned \
|
|
strl-unaligned
|