From dfefaded1fe079e019840d96c0eba5b7e5ea1b4c Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Wed, 17 Dec 2014 21:39:03 -0600 Subject: [PATCH] Add make test --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 02001ad..2a1943a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ BINDATA_IGNORE = $(shell git ls-files -io --exclude-standard $< | sed 's/^/-ignore=/;s/[.]/[.]/g') +test: + godep go test + assets: static/ go-bindata $(BINDATA_OPTS) $(BINDATA_IGNORE) -ignore=[.]gitignore -ignore=[.]gitkeep $<...