File: rules

package info (click to toggle)
golang-github-ncw-swift 0.0~git20180327.b2a7479-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 384 kB
  • sloc: sh: 18; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

override_dh_auto_test:
	# some tests want to hit a remote API and spin up remote resources ($$$$) so skip them
	DH_GOLANG_EXCLUDES='github.com/ncw/swift/rs' dh_auto_test

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