On 03/23/2012 06:40 AM, Christian Egli wrote:
libtool --mode=execute -dlopen ../liblouis/liblouis.la -n python $(TEST_SCRIPT)
What is the drawback of just setting LD_LIBRARY_PATH in
TESTS_ENVIRONMENT?
Not all systems use LD_LIBRARY_PATH. You can find the variable that
libtool sets by checkin
Hi all
I co-maintain a project where we build a library, a bunch of auxiliary
tools based on that library and language bindings to this library. The
test suite runs a bunch of shell scripts and Python code (using the
bindings).
Now when running the test suite the shell scripts just invoke one of