File: rules

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

# See https://github.com/rust-lang/stacker/issues/85#issuecomment-2039463142
override_dh_auto_test:
ifeq "$(DEB_HOST_ARCH)" "mips64el"
	dh_auto_test -- test simple
else
	dh_auto_test -- test --all
endif