summaryrefslogtreecommitdiffstats
path: root/bindings/php5
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-01-04 21:32:56 +0100
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-01-04 21:32:56 +0100
commit20d2357451f420a146fa37e63df4e6801e6a9e89 (patch)
tree61fb8af91fbf827cef783f0b3746cb8986eca089 /bindings/php5
parentf35901fdd2bd1f381e9bac90f3ef4262871593f4 (diff)
parent346071a6300032f17fcda345163bd5c444fb3c05 (diff)
downloadlasso-20d2357451f420a146fa37e63df4e6801e6a9e89.tar.gz
lasso-20d2357451f420a146fa37e63df4e6801e6a9e89.tar.xz
lasso-20d2357451f420a146fa37e63df4e6801e6a9e89.zip
Merge branch 'hotfixes-2.3.5'
Diffstat (limited to 'bindings/php5')
-rw-r--r--bindings/php5/tests/Makefile.am2
-rwxr-xr-xbindings/php5/tests/binding_tests.sh2
-rwxr-xr-xbindings/php5/tests/profile_tests.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/bindings/php5/tests/Makefile.am b/bindings/php5/tests/Makefile.am
index b2d8549e..bb20cf01 100644
--- a/bindings/php5/tests/Makefile.am
+++ b/bindings/php5/tests/Makefile.am
@@ -1,6 +1,6 @@
MAINTAINERCLEANFILES = Makefile.in
if PHP5_ENABLED
-TESTS_ENVIRONMENT=env "SRCDIR=$(srcdir)/"
+TESTS_ENVIRONMENT=env "SRCDIR=$(srcdir)/" "PHP5=$(PHP5)"
TESTS = profile_tests.sh binding_tests.sh
endif
diff --git a/bindings/php5/tests/binding_tests.sh b/bindings/php5/tests/binding_tests.sh
index 3bfad5d6..0971ab2b 100755
--- a/bindings/php5/tests/binding_tests.sh
+++ b/bindings/php5/tests/binding_tests.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-php5 -n -d extension_dir=../.libs -d extension=lasso.so ${SRCDIR}binding_tests.php
+${PHP5:?PHP5 variable is not defined} -n -d extension_dir=../.libs -d extension=lasso.so ${SRCDIR}binding_tests.php
diff --git a/bindings/php5/tests/profile_tests.sh b/bindings/php5/tests/profile_tests.sh
index 08a53fac..f7298079 100755
--- a/bindings/php5/tests/profile_tests.sh
+++ b/bindings/php5/tests/profile_tests.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-php5 -n -d extension_dir=../.libs -d extension=lasso.so ${SRCDIR}profile_tests.php
+${PHP5:?PHP5 variable is not defined} -n -d extension_dir=../.libs -d extension=lasso.so ${SRCDIR}profile_tests.php