Added 'fulltest' target to Makefile.
This new target runs tests for both transport layers.
This commit is contained in:
parent
19d02fa304
commit
4dc147cd90
6
Makefile
6
Makefile
@ -11,7 +11,11 @@ docs :
|
|||||||
@cat ./config.doxy | sed 's/-UNSTABLE%/$(VERSION)/' | doxygen -
|
@cat ./config.doxy | sed 's/-UNSTABLE%/$(VERSION)/' | doxygen -
|
||||||
|
|
||||||
test :
|
test :
|
||||||
phpunit --color --exclude-group=deprecated $(TESTS)
|
phpunit --color --exclude-group=deprecated $(TESTS);
|
||||||
|
|
||||||
|
fulltest:
|
||||||
|
phpunit --color --exclude-group=deprecated --bootstrap=test/bootstrap_curl.php $(TESTS);
|
||||||
|
phpunit --color --exclude-group=deprecated --bootstrap=test/bootstrap_phpstream.php $(TESTS)
|
||||||
|
|
||||||
test-cdn :
|
test-cdn :
|
||||||
php test/CDNTest.php
|
php test/CDNTest.php
|
||||||
|
Loading…
x
Reference in New Issue
Block a user