File: rules

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

override_dh_auto_test:
ifeq ($(DEB_HOST_ARCH),mipsel)
	echo tests are disabled on mips64el as thread spawning sometimes fails there.
else
	dh_auto_test -- test --all
endif