Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meson: use fs.stem() to get the test name
Apart from looking way nicer, it also gets rid of a deprecation warning with meson >= 1.3.0: ... Configuring config.h using configuration meson.build:75: DEPRECATION: Project uses feature that was always broken, and is now deprecated since '1.3.0': str.format: Value other than strings, integers, bools, options, dictionaries and lists thereof.. Build targets in project: 3 WARNING: Broken features used: * 1.3.0: {'str.format: Value other than strings, integers, bools, options, dictionaries and lists thereof.'} Docs: https://mesonbuild.com/Fs-module.html#stem
- Loading branch information