tests: add test for PKG_CONFIG_SYSROOT_DIR

pull/29/head
William Pitcock 2012-05-07 03:44:59 -05:00
parent e16b644165
commit 9885643e45
1 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,10 @@ run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --variable=prefix foo" \
run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --define-variable=prefix=/test --variable=prefix foo" \
'/test'
# 7) tests for env modifiers
run_test "PKG_CONFIG_PATH=${selfdir}/lib1 PKG_CONFIG_SYSROOT_DIR=/test ${1} --cflags baz" \
'-I/test/usr/include/foo'
if [ ${failed} -gt 0 ]; then
echo "${failed} of ${done} tests failed. See output for details." >&2
exit 1