tests: change fragment tests to match pkg-config even though it's suboptimal

feature/tap-sh
William Pitcock 2016-05-19 17:04:47 -05:00
parent 20d448abb8
commit d2860af277
1 changed files with 2 additions and 2 deletions

View File

@ -236,9 +236,9 @@ 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" \
"-F/test/lib -framework framework-1"
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --libs framework-2" \
"-F/test/lib -framework framework-2 -framework framework-1"
"-F/test/lib -framework framework-2 -F/test/lib -framework framework-1"
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --libs framework-1 framework-2" \
"-F/test/lib -framework framework-1 -framework framework-2"
"-F/test/lib -framework framework-1 -F/test/lib -framework framework-2"
# test 87 - -isystem munging
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --cflags isystem" \