Merge pull request #2425 from andreynering/make-test

Add command to run the test suite in Makefile.
release/v0.9
Unknwon 8 years ago
commit ab0ba4bbae

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

Loading…
Cancel
Save