summaryrefslogtreecommitdiff
path: root/.be/8443e173-30ee-4e83-9228-9e11414e3432/bugs/b50b3407-4a6d-4627-9e27-c4aa020049db/comments/9096c476-66fe-4917-8c22-661a7a2abf49/body
blob: 5eaf6393d8667c6ffc7c7e28c82669b87d471b33 (plain)
1
2
3
4
It would be nice to have an autoconf macro which people could include in their projects which magically:
 • Adds a `check` target for Tartan, so that running (e.g.) `make check-static-analysis` runs Tartan on the code base.
 • Automatically passes a private GIR file to Tartan, if the project has one. Automates generation of such a GIR file.
 • Automatically passes a suppression file to Tartan, if the project has one.