diff --git a/tests/cpp.sh b/tests/cpp.sh index e53ca9a..a85ddcd 100755 --- a/tests/cpp.sh +++ b/tests/cpp.sh @@ -55,5 +55,5 @@ while [ $# -gt 0 ]; do output="${target%.cpp}.o" shift - ../src/cpp "$target" > "$output" + LD_LIBRARY_PATH="../src" ../src/cpp "$target" > "$output" done