File: rules

package info (click to toggle)
rust-tiny-keccak 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 248 kB
  • sloc: makefile: 17
file content (16 lines) | stat: -rwxr-xr-x 759 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_auto_test:
	# build.rs requires exactly one of these feature to be chosen
	dh_auto_test -- test --no-default-features --features keccak
	dh_auto_test -- test --no-default-features --features shake
	dh_auto_test -- test --no-default-features --features sha3
	dh_auto_test -- test --no-default-features --features cshake
	dh_auto_test -- test --no-default-features --features kmac
	dh_auto_test -- test --no-default-features --features tuple_hash
	dh_auto_test -- test --no-default-features --features parallel_hash
	dh_auto_test -- test --no-default-features --features k12
	dh_auto_test -- test --no-default-features --features fips202
	dh_auto_test -- test --no-default-features --features sp800