소스 검색

Added a top level Makefile that runs the tests.

Michael Hope 3 년 전
부모
커밋
773f57173a
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      Makefile

+ 5 - 0
Makefile 파일 보기

@@ -0,0 +1,5 @@
1
+GOPATH ?= $(PWD)
2
+export GOPATH
3
+
4
+check:
5
+	go test juju.net.nz/...