File: rules

package info (click to toggle)
libhttp-tiny-perl 0.050-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 696 kB
  • ctags: 74
  • sloc: perl: 2,647; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 225 bytes parent folder | download | duplicates (2)
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),$(shell echo t/*.t))

%:
	dh $@

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