File: rules

package info (click to toggle)
perlbal 1.80-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,264 kB
  • sloc: perl: 11,215; sh: 98; makefile: 5
file content (12 lines) | stat: -rwxr-xr-x 342 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

TEST_FILES = $(filter-out t/45-buffereduploads.t,$(wildcard t/*.t))

%:
	dh $@

override_dh_auto_test:
	# disable test with race condition
	# https://rt.cpan.org/Public/Bug/Display.html?id=98061
	# https://reproducible.debian.net/rbuild/unstable/amd64/perlbal_1.80-2.rbuild.log
	dh_auto_test -- TEST_FILES="$(TEST_FILES)"