1
0
mirror of https://github.com/Luzifer/duplicity-backup.git synced 2024-09-19 16:32:55 +00:00
duplicity-backup/Makefile
2016-05-22 16:11:57 +02:00

18 lines
350 B
Makefile

bindata:
go-bindata help.txt
setup-testenv:
go get github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/gomega
go get github.com/alecthomas/gometalinter
gometalinter --install --update
test:
ginkgo
gometalinter \
--cyclo-over=15 \
--deadline=20s \
--exclude=bindata.go \
--exclude=configfile_test.go \
-D errcheck