File: rules

package info (click to toggle)
golang-github-ncw-swift 0.0~git20160617.0.b964f2c-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 276 kB
  • ctags: 436
  • sloc: 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