summaryrefslogtreecommitdiffstats
path: root/bindings/php5/tests/binding_tests.php
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-18 13:50:15 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-18 13:50:15 +0000
commitfca7999dba11d951cca19c04cce494e44f32b28f (patch)
tree403918f75bfe8a6d59c91dd28008da8a43f5be31 /bindings/php5/tests/binding_tests.php
parentc719916fcabdfc130c8a9876c9f80e801457b34c (diff)
downloadlasso-fca7999dba11d951cca19c04cce494e44f32b28f.tar.gz
lasso-fca7999dba11d951cca19c04cce494e44f32b28f.tar.xz
lasso-fca7999dba11d951cca19c04cce494e44f32b28f.zip
Bindings PHP5: rewire php5 tests to the makefiles, make them pass distcheck
Diffstat (limited to 'bindings/php5/tests/binding_tests.php')
-rwxr-xr-xbindings/php5/tests/binding_tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/php5/tests/binding_tests.php b/bindings/php5/tests/binding_tests.php
index 4c9fb962..e7b89abf 100755
--- a/bindings/php5/tests/binding_tests.php
+++ b/bindings/php5/tests/binding_tests.php
@@ -23,7 +23,7 @@
require("../lasso.php");
-define("DATA_DIR", "../../../tests/data/");
+define("DATA_DIR", getenv("SRCDIR") . "../../../tests/data/");
function test01() {
echo "Get an xmlNode* from a Lasso function... ";