Skip to content

Commit 77c7758

Browse files
committed
TESTCASE and PHPARGS params for Makefile
1 parent 3867754 commit 77c7758

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
TESTCASE=
2+
PHPARGS=
3+
#PHPARGS=-dzend_extension=xdebug.so -dxdebug.remote_enable=1
14

25
all:
36

@@ -13,7 +16,7 @@ install:
1316
composer install --prefer-dist --no-interaction
1417

1518
test:
16-
vendor/bin/phpunit
19+
php $(PHPARGS) vendor/bin/phpunit $(TESTCASE)
1720

1821
# copy openapi3 json schema
1922
schemas/openapi-v3.0.json: vendor/oai/openapi-specification/schemas/v3.0/schema.json

0 commit comments

Comments
 (0)