File: rules

package info (click to toggle)
golang-github-azure-azure-sdk-for-go 2.1.1~beta-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,596 kB
  • ctags: 7,237
  • sloc: makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 278 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

override_dh_auto_test:
	# core/http_test and core/http/httputil don't compile properly
	# storage needs "ACCOUNT_NAME" to test against remote services
	DH_GOLANG_EXCLUDES='core/http storage' dh_auto_test || true

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