File: rules

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

# h2 tests need grpc/protobuf
export DH_GOLANG_EXCLUDES := cmd h2/grpc h2/testing h2/testservice

%:
	dh $@ --buildsystem=golang --with=golang

override_dh_auto_test:
	# Test fails if there's http_proxy, for example Ubuntu's autopkgtest infrastructure.
	http_proxy="" dh_auto_test