diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-06 13:26:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-06 13:26:37 +0100 |
| commit | 86440b2afe0a2b83a7e810f37b1f65dbddee90e8 (patch) | |
| tree | adac1b3eebd0e3b93e252f7d57dfc6530ff0f9a9 | |
| parent | 869252e98ad029fbee4b1c2c4941b268c986d1fa (diff) | |
Pick up newly-built libs first.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ private=../libsub-test-private -export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:build/src +export LD_LIBRARY_PATH=build/src:$LD_LIBRARY_PATH if [ "$1" == "--debug" ]; then shift gdb --args build/test/tests $private $* |
