2023-03-16 17:44:28 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# List of specification exception tests.
|
2023-10-04 11:06:20 +02:00
|
|
|
# Shared between the system and the user makefiles.
|
2023-03-16 17:44:28 +01:00
|
|
|
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
|