#!/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