git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0e5282
)
yet another LD_LIBRARY_PATH setting for test invocation
author
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 18 Dec 2009 07:57:44 +0000
(07:57 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 18 Dec 2009 07:57:44 +0000
(07:57 +0000)
org.glite.lb.common/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/Makefile
b/org.glite.lb.common/Makefile
index
d2d6889
..
f7c1c80
100644
(file)
--- a/
org.glite.lb.common/Makefile
+++ b/
org.glite.lb.common/Makefile
@@
-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}