ソースを参照

Add command to run the test suite in Makefile.

tags/v0.9.99
Andrey Nering 8年前
コミット
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 ./...

読み込み中…
キャンセル
保存