File: rules

package info (click to toggle)
mariadb-mysql-kbs 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,516 kB
  • sloc: php: 1,038; javascript: 388; sh: 220; xml: 57; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ -Xmerge.php

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