diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-07-05 23:07:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-07-06 02:10:33 +0200 |
| commit | 81a948af5550c3142cc52604f71ed9d0daabab1c (patch) | |
| tree | 09837e03b7795ee9b7cea6f234c5b95b7e940d22 | |
| parent | 207ed52da31616de2d80c5ff0c65182a6f92acf2 (diff) | |
Allow running tests on Fedora.
| -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=build/src:build/asdcplib/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=build/src:build/asdcplib/src:/usr/local/lib64:$LD_LIBRARY_PATH if [ "$1" == "--debug" ]; then shift gdb --args build/test/tests $private $* |
