File: rules

package info (click to toggle)
php-text-captcha 1.0.2-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 652 kB
  • sloc: php: 1,062; xml: 440; makefile: 8
file content (11 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download | duplicates (2)
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 --do-not-cache-result --include-path Text_CAPTCHA-*/ Text_CAPTCHA-*/tests
else
	@echo "** tests disabled"
endif