File: rules

package info (click to toggle)
libx11-protocol-other-perl 30-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,736 kB
  • sloc: perl: 17,326; ansic: 666; sh: 256; lisp: 143; makefile: 40
file content (11 lines) | stat: -rwxr-xr-x 299 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

%:
	dh $@

# The tests need an X server. This provides one even inside a chroot
override_dh_auto_test:
	xvfb-run -a dh_auto_test -- TEST_FILES="$(TEST_FILES)"