File: rules

package info (click to toggle)
liblocales-perl 0.34%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 62,404 kB
  • ctags: 492
  • sloc: perl: 379,279; sh: 54; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

# String::UnicodeUTF8 is not packaged nor are its dependencies, so skip tests for now
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)"