Invoke interpreter via Examples/Makefile
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4957 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1ca60dbd94
commit
fed0bf2c37
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ missingtests: missingcpptests missingctests
|
|||
# a file is found which has _runme.php4 appended after the testcase name.
|
||||
run_testcase = \
|
||||
if [ -f $*\_runme.php4 ]; then ( \
|
||||
env LD_LIBRARY_PATH=$(DYNAMIC_LIB_PATH):$$LD_LIBRARY_PATH php -q -d extension_dir=. $*\_runme.php4;) \
|
||||
$(MAKE) -f $(TOP)/Makefile SCRIPT=$*\_runme.php4 php4_run;) \
|
||||
fi;
|
||||
|
||||
# Clean: remove the generated .php file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue