File: rules

package info (click to toggle)
golang-github-pseudomuto-protokit 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 320 kB
  • sloc: makefile: 52
file content (13 lines) | stat: -rwxr-xr-x 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := fixtures
export DH_GOLANG_INSTALL_EXTRA := fixtures

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

override_dh_auto_install:
	dh_auto_install -- --no-binaries

override_dh_auto_test:
	dh_auto_test $(DH_BUILD_OPTS) -- -skip="TestPlugin/TestRunPluginInputError|TestUtils/TestLoadDescriptorMarshalError|TestUtils/TestLoadDescriptorSetMarshalError"