File: rules

package info (click to toggle)
php-dompdf-svg-lib 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 568 kB
  • sloc: php: 6,882; xml: 17; makefile: 12
file content (16 lines) | stat: -rwxr-xr-x 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	phpab --output src/autoload.php \
		--template debian/autoload.php.tpl \
		--basedir src/Svg/ \
		src/

override_dh_auto_test:
	phpab --output tests/autoload.php \
		--template debian/autoload.php.tpl \
		src/
	phpunit --do-not-cache-result --no-coverage --bootstrap tests/autoload.php tests/