Add command to run the test suite in Makefile.

tokarchuk/v1.17
Andrey Nering 9 years ago
parent 7ef9a05588
commit b8d0367a6c
  1. 3
      Makefile

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

Loading…
Cancel
Save