v / cmd / tools
Raw file | 9 loc (7 sloc) | 103 bytes | Latest commit hash 31ef921ef
1module main
2
3import testing
4
5fn main() {
6 if testing.building_any_v_binaries_failed() {
7 exit(1)
8 }
9}