mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20231004090629.37473-6-philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
15 lines
347 B
Makefile
15 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
|