File: rules

package info (click to toggle)
golang-github-caddyserver-certmagic 0.25.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 648 kB
  • sloc: makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

# Skip some flaky tests and tests that need network access.
override_dh_auto_test:
	dh_auto_test $(DH_BUILD_OPTS) -- \
		-skip="TestLookupNameserversOK|TestFindZoneByFqdn"