forked from ariadne/pkgconf
fix test #9 output
parent
49a5eddad1
commit
5996e37703
|
@ -60,7 +60,7 @@ run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --libs bar" \
|
|||
run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --libs --cflags baz" \
|
||||
'-lbaz' '-fPIC' '-I/usr/include/foo'
|
||||
run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --static --libs baz" \
|
||||
'-lfoo -lbaz -lzee'
|
||||
'-L/usr/lib -lfoo -L/usr/lib -lbaz -L/usr/lib -lzee'
|
||||
|
||||
if [ ${failed} -gt 0 ]; then
|
||||
echo "${failed} of ${done} tests failed. See output for details." >&2
|
||||
|
|
Loading…
Reference in New Issue