Преглед на файлове

Add command to run the test suite in Makefile.

Andrey Nering преди 9 години
родител
ревизия
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 ./...