File: rules

package info (click to toggle)
libmime-lite-html-perl 1.24-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 824 kB
  • ctags: 33
  • sloc: perl: 713; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

override_dh_auto_test:
	# recreate ref files
	# ignore non-zero exit code that occurs since no tests are run
	-perl -Iblib/lib t/20create_image_part.t 1
	-perl -Iblib/lib t/50generic.t 1
	dh_auto_test

%:
	dh $@