File: rules

package info (click to toggle)
liblocale-maketext-gettext-perl 1.28-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 416 kB
  • ctags: 68
  • sloc: perl: 2,757; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

TEST_FILES = $(filter-out t/00-signature.t,$(shell echo t/*.t))

%:
	dh $@

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