blob: cf4cc78a52e56390542ce088e07c9d8a129b1c55 (
plain)
1
2
3
4
5
|
# Loads the local shared library, and runs all of the test cases in tests/
# against it
cd $(dirname $0)
php -d extension_dir=../ext/grpc/modules/ -d extension=grpc.so \
/usr/local/bin/phpunit -v --debug --strict ../tests/unit_tests
|