File: rules

package info (click to toggle)
golang-github-jackc-pgconn 1.14.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: sh: 60; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

# TODO: figure out running tests against PostgreSQL
override_dh_auto_test:
	-dh_auto_test $(DH_BUILD_OPTS)
	dh_auto_test $(DH_BUILD_OPTS) -- -run="TestParseConfig"