C++: Add heuristic for GNU autoconf config files

This commit is contained in:
Jeroen Ketema
2026-04-07 10:43:15 +02:00
parent fb8b5699f2
commit b19c648965
10 changed files with 47 additions and 0 deletions

View File

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