Test all Sub-Packages on 'make test'

This commit is contained in:
Alexander Neumann 2014-11-15 17:17:10 +01:00
parent 58f7b1be1e
commit 543c2c724c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
.PHONY: clean all test
test:
go test -race
go test -race ./...
for dir in cmd/* ; do \
(cd "$$dir"; go build -race) \
done