Invoke interpreter via Examples/Makefile

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4957 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matthias Köppe 2003-07-07 20:09:23 +00:00
commit ab932e2fcb

View file

@ -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