File: rules

package info (click to toggle)
rust-rusttype 0.9.3-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: makefile: 9
file content (9 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_auto_test:
	# requires exactly one of these feature to be chosen
	dh_auto_test -- test --no-default-features --features std
	dh_auto_test -- test --no-default-features --features libm-math