From 5a5d434e32bd00ab8149674a38d2d478574a3bed Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Tue, 3 Sep 2019 14:55:12 -0400
Subject: [PATCH] added lib to ld-lib-path

---
 test/test.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/test.sh b/test/test.sh
index 341c487..676ec3e 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -29,6 +29,8 @@ function cleanup()
 function main()
 {
 	scons || cleanup 
+	export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/../lib
+
 	./test.exe ./test.exe || cleanup 
 	./test.exe /bin/ls || cleanup 
 	./test.exe /bin/bash || cleanup 
-- 
GitLab