We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9630e commit 32b03f6Copy full SHA for 32b03f6
Makefile
@@ -21,12 +21,13 @@ apigen:
21
VERSION=`cat debian/composer.json | grep version | awk -F'"' '{print $4}'`; \
22
apigen generate --source src --destination docs --title "subreg ${VERSION}" --charset UTF-8 --access-levels public --access-levels protected --php --tree
23
24
+test: pretest phpunit
25
+
26
pretest:
27
composer --ansi --no-interaction update
28
-phpunit:
- composer update
29
- vendor/bin/phpunit --bootstrap testing/bootstrap.php
+phpunit: pretest
30
+ vendor/bin/phpunit --bootstrap tests/bootstrap.php
31
32
deb:
33
dpkg-buildpackage -A -us -uc
0 commit comments