summaryrefslogtreecommitdiff
path: root/tests/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run_tests.sh')
-rwxr-xr-xtests/run_tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index e951959..489a3d2 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -18,6 +18,9 @@ if [ -z "$STATSZ" ]; then
fi
fi
+# Help things find the libfdt shared object
+export LD_LIBRARY_PATH=../libfdt
+
export QUIET_TEST=1
STOP_ON_FAIL=0