summaryrefslogtreecommitdiff
path: root/run_format_tests.py
AgeCommit message (Collapse)Author
2023-11-07Prohibit symlinks in test data dir because they get mangled by setup.py.Jussi Pakkanen
2023-10-27Condense test directories for RC1.Jussi Pakkanen
2023-09-11raw printerCharles Brunet
this printer preserves all whitespaces and comments in original meson.build file. It will be useful for rewrite and potential auto-formatter
2021-06-11CI: Split out file format test as a separate GitHub workflowJon Turney
Split out checking of file format as a separate GitHub workflow, rather than running it as part of the project tests for every platform and toolchain combination in CI, so that this test is not effected by the changed paths constraints which are applied to the project tests.