mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Change libtool path in tests to fix travis builds
This commit is contained in:
parent
99597b828a
commit
da5dca057d
|
@ -45,7 +45,7 @@ valgrind_test() {
|
||||||
# No quotes for $valgrind because it expands to multiple (or zero)
|
# No quotes for $valgrind because it expands to multiple (or zero)
|
||||||
# arguments.
|
# arguments.
|
||||||
print_and_run \
|
print_and_run \
|
||||||
libtool execute $valgrind \
|
../libtool execute $valgrind \
|
||||||
../src/kvazaar -i "${yuvfile}" "--input-res=${dimensions}" -o "${hevcfile}" "$@"
|
../src/kvazaar -i "${yuvfile}" "--input-res=${dimensions}" -o "${hevcfile}" "$@"
|
||||||
|
|
||||||
print_and_run \
|
print_and_run \
|
||||||
|
@ -66,7 +66,7 @@ encode_test() {
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
print_and_run \
|
print_and_run \
|
||||||
libtool execute \
|
../libtool execute \
|
||||||
../src/kvazaar -i "${yuvfile}" "--input-res=${dimensions}" -o "${hevcfile}" "$@"
|
../src/kvazaar -i "${yuvfile}" "--input-res=${dimensions}" -o "${hevcfile}" "$@"
|
||||||
actual_status="$?"
|
actual_status="$?"
|
||||||
set -e
|
set -e
|
||||||
|
|
Loading…
Reference in a new issue