An open API service indexing awesome lists of open source software.

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

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.