File: rules

package info (click to toggle)
golang-github-gin-gonic-gin 1.6.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 952 kB
  • sloc: makefile: 69
file content (10 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA = fixtures
export DH_GOLANG_EXCLUDES := examples

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

override_dh_auto_test:
	TEST_SOCKET_DIR=$(CURDIR)/_build dh_auto_test