File: rules

package info (click to toggle)
mariadb-mysql-kbs 1.2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,068 kB
  • sloc: php: 527; xml: 22; makefile: 8; sh: 4
file content (12 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --with phpcomposer

override_dh_auto_build:
	phpab --output src/autoload.php \
		src

override_dh_auto_test:
	phpunit --no-coverage --bootstrap src/autoload.php debian/tests
	phpunit --no-coverage --bootstrap src/autoload.php