File: rules

package info (click to toggle)
golang-github-cloudflare-circl 1.0.0%2B20200724-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,788 kB
  • sloc: asm: 19,418; ansic: 1,289; makefile: 54
file content (22 lines) | stat: -rwxr-xr-x 475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

# Avoid building programs
export DH_GOLANG_EXCLUDES := \
	sign/dilithium/internal/common/asm \
	simd/keccakf1600/internal/asm

# Add testdata into library package
export DH_GOLANG_INSTALL_EXTRA := \
	dh/sidh/testdata \
	dh/x25519/testdata \
	dh/x448/testdata \
	dh/csidh/testdata \
	internal/shake/testdata \
	sign/ed25519/testdata \
	sign/ed448/testdata

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

override_dh_auto_test:
	dh_auto_test -- -timeout 30m