File: rules

package info (click to toggle)
golang-ginkgo 1.16.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 2,024 kB
  • sloc: sh: 14; makefile: 5
file content (11 lines) | stat: -rwxr-xr-x 239 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 ginkgo/outline/_testdata

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

override_dh_auto_test:
	dh_auto_test -- -timeout=1h