소스 검색

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…
취소
저장