Add test case to match headers

This commit is contained in:
James Shubin
2016-02-14 14:21:28 -05:00
parent dbbb483853
commit 7d876701b3
2 changed files with 31 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ diff <(tail -n +$start AUTHORS | sort) <(tail -n +$start AUTHORS)
./test/test-gofmt.sh
./test/test-yamlfmt.sh
./test/test-bashfmt.sh
./test/test-headerfmt.sh
go test
echo running go vet # since it doesn't output an ok message on pass
go vet && echo PASS