Browse Source

Merge pull request #2425 from andreynering/make-test

Add command to run the test suite in Makefile.
tags/v1.21.12.1
Unknwon 10 years ago
parent
commit
ab0ba4bbae
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Makefile

+ 3
- 0
Makefile View File

@@ -46,3 +46,6 @@ clean:


clean-mac: clean clean-mac: clean
find . -name ".DS_Store" -print0 | xargs -0 rm find . -name ".DS_Store" -print0 | xargs -0 rm

test:
go test ./...

Loading…
Cancel
Save