File: rules

package info (click to toggle)
golang-github-pterm-pterm 0.12.79-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,640 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := .*_test.go ci

override_dh_auto_test:
	# temporary skip tests to break cyclic dependency.
	# pterm requires testza to run tests, and testza requires pterm to work.

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