File: rules

package info (click to toggle)
libcpan-checksums-perl 2.09-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 128 kB
  • ctags: 11
  • sloc: perl: 275; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	# Skip t/00signature.t which is only for upstream release testing
	dh_auto_test -- TEST_FILES="$(filter-out t/00signature.t,$(shell echo t/*.t))"