php-html-template-it/debian/rules

12 lines
253 B
Plaintext
Raw Permalink Normal View History

2014-02-03 17:37:45 +01:00
#!/usr/bin/make -f
%:
dh $@ --buildsystem=phppear --with phppear
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
set -e ;\
PKGDIR=$(shell ls | grep HTML) ;\
phpunit -d include_path="/usr/share/php:$${PKGDIR}" */tests
endif