File: rules

package info (click to toggle)
libhttp-tiny-perl 0.070-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 736 kB
  • ctags: 80
  • sloc: perl: 2,869; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

SKIP_TESTS = t/200_live.t t/200_live_local_ip.t t/210_live_ssl.t
TEST_FILES = $(filter-out $(SKIP_TESTS),$(wildcard t/*.t))

%:
	dh $@

override_dh_auto_test:
	NO_NETWORK=1 dh_auto_test -- TEST_FILES="$(TEST_FILES)"