Fix testsuite to run under PHP after recent PHP testsuite changes.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9308 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7f2a849617
commit
aadfee78ac
1 changed files with 3 additions and 2 deletions
|
|
@ -680,9 +680,10 @@ php4_cpp: $(SRCS)
|
|||
# -----------------------------------------------------------------
|
||||
|
||||
PHP4=@PHP4@
|
||||
SCRIPT ?= runme.php4
|
||||
|
||||
php4_run:
|
||||
env LD_LIBRARY_PATH=.:$$LD_LIBRARY_PATH $(PHP4) -q -d extension_dir=. runme.php4
|
||||
php4_run:
|
||||
env LD_LIBRARY_PATH=.:$$LD_LIBRARY_PATH $(PHP4) -q -d extension_dir=. $(SCRIPT)
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# Cleaning the PHP4 examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue