aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libglouglou/tests/Makefile')
-rw-r--r--libglouglou/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglouglou/tests/Makefile b/libglouglou/tests/Makefile
index 80b81ce..5489e35 100644
--- a/libglouglou/tests/Makefile
+++ b/libglouglou/tests/Makefile
@@ -16,7 +16,7 @@ run: $(TARGET)
for test in $(TARGET); do \
echo =============================================================================== ;\
echo $$test ;\
- LD_LIBRARY_PATH=../ ./$$test ;\
+ LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:../ ./$$test ;\
if [ $$? -eq 0 ]; then \
echo OK ;\
else \