tests: add tests for pkgconf issue #40

pull/42/head
William Pitcock 2012-09-05 07:00:15 -05:00
parent a7e8612933
commit 7c13f22a9b
1 changed files with 4 additions and 0 deletions

View File

@ -116,6 +116,10 @@ run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --cflags-only-I --cflags-only-oth
'-I/usr/local/include'
run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --libs incomplete; echo $?" \
'0'
run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --cflags incomplete" \
' '
run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --libs incomplete" \
' '
# 6) tests for builtins
run_test "PKG_CONFIG_PATH=${selfdir}/lib1 ${1} --modversion pkg-config" \