forked from ariadne/pkgconf
tests: add tests for pkgconf issue #40
parent
a7e8612933
commit
7c13f22a9b
|
@ -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" \
|
||||
|
|
Loading…
Reference in New Issue