From b8d0367a6ce725dd50fb35033792ff010e05b01a Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 16 Jan 2016 16:13:54 -0200 Subject: [PATCH] Add command to run the test suite in Makefile. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 09d8ecaf0..768ec0b32 100644 --- a/Makefile +++ b/Makefile @@ -46,3 +46,6 @@ clean: clean-mac: clean find . -name ".DS_Store" -print0 | xargs -0 rm + +test: + go test ./...