No longer require cpp to be installed for the tests to complete
This commit is contained in:
parent
7f7ab3731a
commit
c093d33a05
|
@ -55,5 +55,5 @@ while [ $# -gt 0 ]; do
|
||||||
output="${target%.cpp}.o"
|
output="${target%.cpp}.o"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
../src/cpp "$target" > "$output"
|
LD_LIBRARY_PATH="../src" ../src/cpp "$target" > "$output"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue
Block a user