File: rules

package info (click to toggle)
golang-github-tink-crypto-tink-go 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,952 kB
  • sloc: sh: 864; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

SKIP = 'Wycheproof|BoringSSLVectors|TestPopulateSuite|TestPopulateSuite_DecodeError'
override_dh_auto_test:
	env TEST_SRCDIR=disable-go-mod-download-Wycheproof-in-debian \
		dh_auto_test $(DH_BUILD_OPT) -- --skip=$(SKIP)