Просмотр исходного кода

Add command to run the test suite in Makefile.

tags/v0.9.99
Andrey Nering 8 лет назад
Родитель
Сommit
b8d0367a6c
1 измененных файлов: 3 добавлений и 0 удалений
  1. 3
    0
      Makefile

+ 3
- 0
Makefile Просмотреть файл

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

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

test:
go test ./...

Загрузка…
Отмена
Сохранить