File: rules

package info (click to toggle)
libx11-protocol-other-perl 29-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,692 kB
  • ctags: 555
  • sloc: perl: 17,174; ansic: 624; sh: 238; 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)"