File: rules

package info (click to toggle)
php-file-iterator 6.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 29,628 kB
  • sloc: php: 431; xml: 47; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	phpab --output src/autoload.php src
	# Making sure the current class is used at build time
	mkdir --parent SebastianBergmann
	ln -s ../src SebastianBergmann/FileIterator

override_dh_auto_test:
	phpunit --bootstrap src/autoload.php