File: rules

package info (click to toggle)
php-net-smtp 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: php: 688; xml: 68; makefile: 8
file content (11 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=phppear --with phppear

override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
	cd Net_SMTP-* && pear run-tests tests
else
	@echo "** tests disabled"
endif