summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/library/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/library/GNUmakefile b/tests/library/GNUmakefile
index 8f13ced..8b5ecc7 100644
--- a/tests/library/GNUmakefile
+++ b/tests/library/GNUmakefile
@@ -28,4 +28,4 @@ local_distclean:
local_test:
@echo "Testing loading of a library and executing a function therein.."
- @./test_loader >/dev/null
+ @LD_LIBRARY_PATH=/usr/local/lib ./test_loader >/dev/null