Merge pull request #21618 from jketema/meson-silence

C++: Add heuristics for meson configuration files
This commit is contained in:
Jeroen Ketema
2026-03-31 15:24:22 +02:00
committed by GitHub
5 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Added a subclass `MesonPrivateTestFile` of `ConfigurationTestFile` that represents files created by Meson to test the build configuration.