Add command to run the test suite in Makefile.

release/v0.9
Andrey Nering 8 years ago
parent 7ef9a05588
commit b8d0367a6c

@ -46,3 +46,6 @@ clean:
clean-mac: clean
find . -name ".DS_Store" -print0 | xargs -0 rm
test:
go test ./...

Loading…
Cancel
Save