File: rules

package info (click to toggle)
golang-ginkgo 1.14.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,772 kB
  • sloc: makefile: 5
file content (11 lines) | stat: -rwxr-xr-x 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

#export DH_VERBOSE=1

export DH_GOLANG_INSTALL_EXTRA := integration/_fixtures

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

override_dh_auto_test:
	dh_auto_test -- -timeout=1h