From 81a948af5550c3142cc52604f71ed9d0daabab1c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 5 Jul 2022 23:07:05 +0200 Subject: [PATCH] Allow running tests on Fedora. --- run/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/tests b/run/tests index 53ed1d9..8834a57 100755 --- a/run/tests +++ b/run/tests @@ -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 $* -- 2.30.2