https://github.com/johanmalm/check_sparse.py
Wrapper for running sparse on project built with meson
https://github.com/johanmalm/check_sparse.py
Last synced: 2 months ago
JSON representation
Wrapper for running sparse on project built with meson
- Host: GitHub
- URL: https://github.com/johanmalm/check_sparse.py
- Owner: johanmalm
- License: gpl-2.0
- Created: 2021-09-24T20:01:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T20:18:11.000Z (over 3 years ago)
- Last Synced: 2025-02-01T10:13:37.892Z (4 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `check_sparse.py`
Wrapper for running sparse on project built with meson
Copied from [1]
Run from meson build directory
```
check_sparse.py compile_commands.json sparse
```[1]: https://gitlab.com/qemu-project/qemu/-/blob/master/scripts/check_sparse.py