mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-10 02:38:42 +00:00
Ensure that json extension is enabled when running tests.
The `commonjs_modules.phpt` test requires `json_encode` in order to complete successfully.
This commit is contained in:
parent
f73caf0a08
commit
20d038fae5
@ -1,3 +1,4 @@
|
||||
PHP_TEST_SHARED_EXTENSIONS+=-d extension=$(EXTENSION_DIR)/json.so
|
||||
|
||||
testv8: all
|
||||
$(PHP_EXECUTABLE) -n -d extension_dir=./modules -d extension=v8js.so test.php
|
||||
|
Loading…
Reference in New Issue
Block a user