From e88e4a39d67f01480f280788cfa67a5e3eced613 Mon Sep 17 00:00:00 2001 From: Doug Black Date: Sat, 29 Mar 2014 23:53:50 -0700 Subject: fix test make target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae1b932..c39f460 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: test: - . script/test + go test . authors: echo "Authors\n=======\n\nA huge thanks to all of our contributors:\n\n" > AUTHORS.md -- cgit