File: Makefile

package info (click to toggle)
golang-github-google-go-pkcs11 0.3.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 324 kB
  • sloc: makefile: 9; sh: 3
file content (8 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
8
.PHONY: test
test:
	go test -v ./...

.PHONY: cover
cover:
	go test -coverprofile=bin/cover.out ./pkcs11
	go tool cover -html=bin/cover.out