File: rules

package info (click to toggle)
php-hamcrest 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,088 kB
  • sloc: php: 6,340; makefile: 14; sh: 9
file content (17 lines) | stat: -rwxr-xr-x 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	phpab --output hamcrest/Hamcrest/autoload.php hamcrest
	mkdir --parents vendor
	phpabtpl \
		--require-file ../hamcrest/Hamcrest/autoload.php \
		> debian/autoload.tests.php.tpl
	phpab \
		--template debian/autoload.tests.php.tpl \
		--output vendor/autoload.php \
		tests generator

override_dh_auto_test:
	phpunit --include-path hamcrest --configuration tests/phpunit.xml.dist