Codebase list liblocales-perl / 26c2257
Skip tests depending on unpackaged String::UnicodeUTF8 Florian Schlichting 8 years ago
2 changed file(s) with 9 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
1
2 # String::UnicodeUTF8 is not packaged nor are its dependencies, so skip tests for now
3 SKIP_TESTS = $(shell cat debian/tests/pkg-perl/skip-smoke)
4 TEST_FILES = $(filter-out $(SKIP_TESTS), $(wildcard t/*.t))
15
26 %:
37 dh $@
48
9 override_dh_auto_test:
10 dh_auto_test -- TEST_FILES="$(TEST_FILES)"
0 t/07.unicode-default.t
1 t/07.unicode-false.t
2 t/07.unicode-true.t