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