File: rules

package info (click to toggle)
golang-github-bep-logg 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: makefile: 9
file content (12 lines) | stat: -rwxr-xr-x 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --builddirectory=_build --buildsystem=golang

execute_after_dh_auto_test:
	cd _build && \
	    GO111MODULE=off \
	    GOPROXY=off \
	    GOPATH=$(CURDIR)/_build \
	    GOCACHE=$(CURDIR)/_build/go-build \
	        go test -vet=off -v -bench=. github.com/bep/logg/benchmarks