File: rules

package info (click to toggle)
libaudio-mpd-perl 2.004-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 356 kB
  • ctags: 125
  • sloc: perl: 1,444; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

SKIP_TESTS = $(shell cat debian/tests/pkg-perl/smoke-skip)
TEST_FILES = $(filter-out $(SKIP_TESTS), $(wildcard t/*.t))

%:
	dh $@

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