crypto-tls-bogo-shim/Makefile

10 lines
378 B
Makefile
Raw Normal View History

GO := $(CURDIR)/vendor/github.com/cloudflare/tls-tris/_dev/go.sh
2017-01-09 21:47:43 +00:00
bin/crypto-tls-bogo-shim: *.go
GOBIN=$(CURDIR)/bin $(GO) install .
2017-01-09 21:47:43 +00:00
.PHONY: run
run: bin/crypto-tls-bogo-shim
unset GOPATH && cd vendor/github.com/google/boringssl/ssl/test/runner && \
go test -loose-errors -allow-unimplemented -shim-path $(CURDIR)/bin/crypto-tls-bogo-shim -shim-config $(CURDIR)/config.json