瀏覽代碼

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 ./...

Loading…
取消
儲存