From fca7999dba11d951cca19c04cce494e44f32b28f Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 18 Jan 2010 13:50:15 +0000 Subject: Bindings PHP5: rewire php5 tests to the makefiles, make them pass distcheck --- bindings/php5/tests/binding_tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/php5/tests/binding_tests.php') 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... "; -- cgit