aboutsummaryrefslogtreecommitdiff
path: root/tests/decode/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2023-05-31decodetree: Add --output-null for meson testingRichard Henderson1-2/+2
Using "-o /dev/null" fails on Windows. Rather that working around this in meson, add a separate command-line option so that we can use python's os.devnull. Reported-by: Thomas Huth <thuth@redhat.com> Fixes: 656666dc7d1b ("tests/decode: Convert tests to meson") Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20230531232510.66985-1-richard.henderson@linaro.org>
2023-05-30tests/decode: Add tests for various named-field casesPeter Maydell1-0/+5
Add some tests for various cases of named-field use, both ones that should work and ones that should be diagnosed as errors. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230523120447.728365-7-peter.maydell@linaro.org>
2023-05-30tests/decode: Convert tests to mesonRichard Henderson1-0/+59
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>