Add make test

This commit is contained in:
Dan Sosedoff 2014-12-17 21:39:03 -06:00
parent 6585c3be40
commit dfefaded1f

View File

@ -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 $<...