mirror of
https://github.com/Luzifer/duplicity-backup.git
synced 2024-11-08 15:10:06 +00:00
17 lines
350 B
Makefile
17 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
|