File: rules

package info (click to toggle)
libcpan-checksums-perl 2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 140 kB
  • ctags: 11
  • sloc: perl: 429; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 199 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,$(wildcard t/*.t))"