No longer require cpp to be installed for the tests to complete

This commit is contained in:
Pierre Pronchery 2013-06-04 13:15:10 +02:00
parent 7f7ab3731a
commit c093d33a05

View File

@ -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