File: rules

package info (click to toggle)
libbsd-resource-perl 1.2907-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 364 kB
  • ctags: 741
  • sloc: perl: 115; makefile: 5
file content (11 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

TEST_FILES = $(filter-out t/getrusage.t t/times.t,$(shell echo t/*.t))

%:
	dh $@

# See #560643
# two of the tests fail arbitralily
override_dh_auto_test:
	dh_auto_test -- TEST_FILES="$(TEST_FILES)"