File: rules

package info (click to toggle)
golang-github-cloudflare-circl 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 18,060 kB
  • sloc: asm: 20,492; ansic: 1,292; makefile: 68
file content (22 lines) | stat: -rwxr-xr-x 481 bytes parent folder | download | duplicates (3)
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 := \
	pke/kyber/internal/common/asm \
	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 \
	sign/ed25519/testdata \
	sign/ed448/testdata

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

override_dh_auto_test:
	dh_auto_test -- -timeout 30m