https://github.com/dcbaker/meson-test
Script for testing various meson build configurations
https://github.com/dcbaker/meson-test
mesonbuild testing
Last synced: 2 months ago
JSON representation
Script for testing various meson build configurations
- Host: GitHub
- URL: https://github.com/dcbaker/meson-test
- Owner: dcbaker
- License: apache-2.0
- Created: 2018-02-27T21:45:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-01T19:13:19.000Z (about 7 years ago)
- Last Synced: 2025-01-25T08:27:36.550Z (4 months ago)
- Topics: mesonbuild, testing
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Meson Test
==========This script reads JSON files located in $XDG_CONFIG_HOME/meson_test/ that are formatted as
```json
{
"name": {
"option": "value"
}
}
```Command line options can be viewed with -h or --help.