~ubuntu-branches/debian/experimental/php-sabre-event/experimental

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2015-05-20 14:30:37 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20150520143037-noo5h59t2oakogf6
Tags: 2.0.2-1
* Use --bootstrap feature of PHPUnit instead of patches
* Update copyright (year)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        dh $@ --with phpcomposer
4
4
 
5
5
override_dh_auto_build:
6
 
        dh_auto_build
7
6
        phpab --output lib/autoload.php lib
8
7
 
9
8
override_dh_auto_test:
10
9
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
11
 
        phpunit
 
10
        phpunit --bootstrap lib/autoload.php
12
11
else
13
12
        @echo "** tests disabled"
14
13
endif