فهرست منبع

Merge pull request #2425 from andreynering/make-test

Add command to run the test suite in Makefile.
Unknwon 9 سال پیش
والد
کامیت
ab0ba4bbae
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 ./...