aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Black <dblack@twilio.com>2014-03-29 23:53:50 -0700
committerDoug Black <dblack@twilio.com>2014-03-29 23:53:50 -0700
commite88e4a39d67f01480f280788cfa67a5e3eced613 (patch)
tree14d1abdc28c10db33ea532d222e80d96222692b7
parentfix test and remove script directory (diff)
downloadsleepy-e88e4a39d67f01480f280788cfa67a5e3eced613.tar.gz
sleepy-e88e4a39d67f01480f280788cfa67a5e3eced613.tar.bz2
sleepy-e88e4a39d67f01480f280788cfa67a5e3eced613.zip
fix test make target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
bgstack15