diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-23 11:01:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-23 11:01:03 +0000 |
| commit | d45d27de54e27fae88d13d9bcee5e820e0dc59ba (patch) | |
| tree | 9a191aed2f09d5d5f445d8d15ebadd71c2e2730f | |
| parent | 942056b8622e6296c7fc53ba4281c8b553d23008 (diff) | |
Add hack to find .so on some systems.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ private=../libsub1-test-private -export LD_LIBRARY_PATH=build/src:build/asdcplib/src:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=build/src:build/asdcplib/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH if [ "$1" == "--debug" ]; then shift gdb --args build/test/tests $private $* |
