DEBSOURCES
Skip Quicknav
sources / golang-github-google-go-pkcs11 / 0.3.0%2Bdfsg-2 / Makefile
12345678
.PHONY: test test: go test -v ./... .PHONY: cover cover: go test -coverprofile=bin/cover.out ./pkcs11 go tool cover -html=bin/cover.out