From c093d33a05f12709281d88eceb18a3421c5b6880 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 4 Jun 2013 13:15:10 +0200 Subject: [PATCH] No longer require cpp to be installed for the tests to complete --- tests/cpp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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