Parcourir la source

Add command to run the test suite in Makefile.

tags/v0.9.99
Andrey Nering il y a 8 ans
Parent
révision
b8d0367a6c
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3
    0
      Makefile

+ 3
- 0
Makefile Voir le fichier

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

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

test:
go test ./...

Chargement…
Annuler
Enregistrer