File: rules

package info (click to toggle)
libipc-sharelite-perl 0.17-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 192 kB
  • ctags: 109
  • sloc: ansic: 585; perl: 436; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

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

%:
	dh $@

override_dh_auto_test:
	dh_auto_test -- TEST_FILES="$(TEST_FILES)"