forked from ariadne/pkgconf
tests: fix multi-recursion -framework test (ref #47)
parent
7ecf1e278d
commit
4381d4609b
|
@ -218,7 +218,7 @@ run_test "cp ${selfdir}/lib1/foo.pc . && ${1} --libs foo.pc; rm -f foo.pc" \
|
||||||
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --libs framework-1" \
|
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --libs framework-1" \
|
||||||
"-F/usr/lib -framework framework-1"
|
"-F/usr/lib -framework framework-1"
|
||||||
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --libs framework-2" \
|
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --libs framework-2" \
|
||||||
"-F/usr/lib -framework framework-1 -framework framework-2"
|
"-F/usr/lib -framework framework-2 -framework framework-1"
|
||||||
|
|
||||||
# 10) tests for internal getopt implementation with options at the end
|
# 10) tests for internal getopt implementation with options at the end
|
||||||
if [ "x@STRICT_MODE@" = "xno" ]; then
|
if [ "x@STRICT_MODE@" = "xno" ]; then
|
||||||
|
|
Loading…
Reference in New Issue