File: rules

package info (click to toggle)
php-text-captcha 1.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 504 kB
  • ctags: 310
  • sloc: php: 1,149; xml: 442; makefile: 8
file content (11 lines) | stat: -rwxr-xr-x 242 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)))
	phpunit --include-path Text_CAPTCHA-*/ Text_CAPTCHA-*/tests
else
	@echo "** tests disabled"
endif