File: Makefile

package info (click to toggle)
gosop 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: sh: 252; makefile: 23
file content (16 lines) | stat: -rw-r--r-- 555 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
verbosity := 0

clean: ## Remove previous builds
	@rm -rf data bin/gosop

install-linters:
	go install -u golang.org/x/lint/golint
	go install github.com/golangci/golangci-lint/cmd/golangci-lint

lint:
	golint -set_exit_status ./... && golangci-lint run ./...

test:  ## Run example script
	bash scripts/tests.sh gosop -v $(verbosity) rfc4880 rfc4880
	bash scripts/tests.sh gosop -v $(verbosity) draft-koch-eddsa-for-openpgp-00 rfc4880
	bash scripts/tests.sh gosop -v $(verbosity) draft-ietf-openpgp-crypto-refresh-10 draft-ietf-openpgp-crypto-refresh-10