From b426bc2534b14940d40edffadfb862d67aef521e Mon Sep 17 00:00:00 2001 From: claudemiro Date: Sat, 31 Jan 2015 08:30:10 -0300 Subject: [PATCH] Added ellips to test all packages at once. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14f372a..ac9615b 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ run-debug: debug ${GOPATH}/bin/ipe --config ${GOPATH}/src/github.com/dimiro1/ipe/config.json -logtostderr=true -v=2 test: - go test github.com/dimiro1/ipe + go test github.com/dimiro1/ipe... macos: GOOS=darwin GOARCH=amd64 go install github.com/dimiro1/ipe