File: rules

package info (click to toggle)
libwww-freshmeat-perl 0.22-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 172 kB
  • ctags: 60
  • sloc: perl: 471; xml: 153; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# Filter out online tests
TEST_FILES = $(filter-out t/project.t,$(shell echo t/*.t))

%:
	dh $@

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