Add command to run the test suite in Makefile.

This commit is contained in:
Andrey Nering 2016-01-16 16:13:54 -02:00
Родитель 7ef9a05588
Коммит b8d0367a6c
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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