aboutsummaryrefslogtreecommitdiffstats
path: root/libglouglou
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-11-29 04:07:13 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-11-29 04:07:13 +0100
commit65dcc3fdb6fba41c4315211561b7fcd740f889eb (patch)
treea6cc4d410d706d98d8cc32cf53eba86b1efe824d /libglouglou
parentcompile the sources before running unit tests (diff)
downloadglouglou-65dcc3fdb6fba41c4315211561b7fcd740f889eb.tar.xz
glouglou-65dcc3fdb6fba41c4315211561b7fcd740f889eb.zip
correctly set LD_LIBRARY_PATH to use libglouglou from parent dir
Diffstat (limited to 'libglouglou')
-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 \