1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

added tests to makefile

This commit is contained in:
Matthias Hannig
2018-06-26 00:10:53 +02:00
parent 26917e4b27
commit d377a002db

View File

@ -34,10 +34,12 @@ osx: deps
linux: deps
GOARCH=$(ARCH) GOOS=linux go build $(LDFLAGS) -o $(PROG)-linux-$(ARCH)
bundle:
rice embed-go
test:
go test -v
dev: clean all