File: rules

package info (click to toggle)
php-console-commandline 1.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 688 kB
  • sloc: php: 1,396; xml: 156; sh: 5; makefile: 4
file content (6 lines) | stat: -rwxr-xr-x 154 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/usr/bin/make -f
%:
	dh $@ --with phpcomposer

override_dh_auto_test:
	cd ./tests && pear run-tests -d -i " -d include_path=$(CURDIR):/usr/share/php" .