summaryrefslogtreecommitdiffstats
path: root/Doit
blob: 05374dec48b8d50862888b456fd9d5b3354857b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

Meta/Dothem --meson \
	    --cocci \
	    --san \
	    --leaks \
	    --sha256 \
	    --test-vars \
	    --breaking "$@"

Meta/V