File: rules

package info (click to toggle)
libclass-data-accessor-perl 0.04004-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 212 kB
  • ctags: 132
  • sloc: perl: 1,833; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 237 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# t/manifest.t fails with libtest-checkmanifest-perl installed
TEST_FILES = $(filter-out t/manifest.t, $(shell echo t/*.t))

%:
	dh $@

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