Merge pull request #2425 from andreynering/make-test

Add command to run the test suite in Makefile.
This commit is contained in:
Unknwon 2016-01-26 03:14:19 -05:00
commit ab0ba4bbae

View file

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