File: rules

package info (click to toggle)
libtest-requiresinternet-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 6
  • sloc: perl: 86; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	# make sure tests pass with and without NO_NETWORK_TESTING
	dh_auto_test
	NO_NETWORK_TESTING=1 dh_auto_test