Skip to content
Snippets Groups Projects
Commit 5a5d434e authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

added lib to ld-lib-path

parent 52c0eca5
No related branches found
No related tags found
No related merge requests found
Pipeline #4611 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment