Codebase list libdata-javascript-perl / b3ffa5f
Remove manual skipping of t/0-critic.t during build and autopkgtest. The test is now guarded by the RELEASE_TESTING environment variable. gregor herrmann 3 years ago
2 changed file(s) with 0 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
1
2 SKIP_TESTS = $(shell cat debian/tests/pkg-perl/smoke-skip)
3 TEST_FILES = $(filter-out $(SKIP_TESTS), $(wildcard t/*.t))
41
52 %:
63 dh $@
74
8 override_dh_auto_test:
9 dh_auto_test -- TEST_FILES="$(TEST_FILES)"
10
115 override_dh_install:
126 dh_install
137 $(RM) $(CURDIR)/debian/libdata-javascript-perl/usr/share/perl5/Data/example.pl
+0
-2
debian/tests/pkg-perl/smoke-skip less more
0 # needs Test2::Tools::PerlCritic (and is an author test)
1 t/0-critic.t