Add make test
This commit is contained in:
parent
6585c3be40
commit
dfefaded1f
3
Makefile
3
Makefile
@ -1,5 +1,8 @@
|
|||||||
BINDATA_IGNORE = $(shell git ls-files -io --exclude-standard $< | sed 's/^/-ignore=/;s/[.]/[.]/g')
|
BINDATA_IGNORE = $(shell git ls-files -io --exclude-standard $< | sed 's/^/-ignore=/;s/[.]/[.]/g')
|
||||||
|
|
||||||
|
test:
|
||||||
|
godep go test
|
||||||
|
|
||||||
assets: static/
|
assets: static/
|
||||||
go-bindata $(BINDATA_OPTS) $(BINDATA_IGNORE) -ignore=[.]gitignore -ignore=[.]gitkeep $<...
|
go-bindata $(BINDATA_OPTS) $(BINDATA_IGNORE) -ignore=[.]gitignore -ignore=[.]gitkeep $<...
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user