yet another LD_LIBRARY_PATH setting for test invocation
authorAleš Křenek <ljocha@ics.muni.cz>
Fri, 18 Dec 2009 07:57:44 +0000 (07:57 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Fri, 18 Dec 2009 07:57:44 +0000 (07:57 +0000)
org.glite.lb.common/Makefile

index d2d6889..f7c1c80 100644 (file)
@@ -173,7 +173,7 @@ test_parse: parse.o test_main.cpp
        ${LINKXX} -o test_parse parse.o ${LTLIB} ${TEST_LIBS} ${EXT_LIBS}
 
 check.il: il_test
-       ./il_test ${REPORTS}/il.xml
+       LD_LIBRARY_PATH=${cares_prefix}/${libdir}:${LD_LIBRARY_PATH} ./il_test ${REPORTS}/il.xml
 
 il_test: il_test.o il_int_test.o il_string_test.o il_msg_test.o
        ${LINKXX} -o $@ $+ ${LTLIB} ${TEST_LIBS} ${EXT_LIBS}