mirror of
https://github.com/Luzifer/duplicity-backup.git
synced 2024-12-20 18:41:21 +00:00
9 lines
148 B
Makefile
9 lines
148 B
Makefile
bindata:
|
|
go-bindata help.txt
|
|
|
|
setup-testenv:
|
|
go get github.com/onsi/ginkgo/ginkgo
|
|
go get github.com/onsi/gomega
|
|
|
|
test:
|
|
$(GOPATH)/bin/ginkgo
|