File: rules

package info (click to toggle)
golang-github-x448-float16 0.8.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --builddirectory=_build --buildsystem=golang --with=golang

override_dh_auto_test:
	# On some hardware, such as arm*, 10 minutes isn't always quite enough time for the tests to run
	dh_auto_test -- -timeout=20m