File: rules

package info (click to toggle)
rust-cargo 0.86.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,088 kB
  • sloc: javascript: 408; sh: 306; python: 87; xml: 21; makefile: 6
file content (8 lines) | stat: -rwxr-xr-x 172 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

override_dh_auto_test:
	dh_auto_test
# tests fail due to missing files from parent workspace
#	dh_auto_test -- test --all