aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-03-31 17:43:30 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-03-31 17:45:19 +0900
commitd1c2c072a3f9ea58c957d1bc3353668f63b98f25 (patch)
tree8d49398466fc4fcc864be377fcb32c2a4e4fdd64 /Makefile
parentcc9f580a12cc21bbb216bbe9c3cab94593c3163f (diff)
downloadkati-d1c2c072a3f9ea58c957d1bc3353668f63b98f25.tar.gz
Run go_test by "make test"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39ddcaa..33cea24 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ kati: $(GOSRC)
go_test: $(GOSRC)
env $(shell go env) go test .
-test: all
+test: all go_test
ruby runtest.rb
clean: