File: rules

package info (click to toggle)
libbsd-resource-perl 1.2911-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 380 kB
  • ctags: 741
  • sloc: perl: 134; makefile: 5
file content (11 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download | duplicates (3)
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,$(wildcard t/*.t))

%:
	dh $@

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