File: rules

package info (click to toggle)
php-text-password 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 76 kB
  • ctags: 106
  • sloc: php: 406; xml: 95; makefile: 9
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 Text_Password-* && \
	phpunit tests
else
	@echo "** tests disabled"
endif