forked from ariadne/pkgconf
tests: add test for #67
parent
0c0c50671e
commit
c80229c646
|
@ -0,0 +1,5 @@
|
|||
Name: paren-quoting
|
||||
Description: Another pkg-config test
|
||||
Version: 1.3
|
||||
Libs: -L$(libdir) -ltilde
|
||||
Cflags: -I$(includedir)
|
|
@ -132,6 +132,8 @@ run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --libs tilde-quoting" \
|
|||
'-L~'
|
||||
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --cflags tilde-quoting" \
|
||||
'-I~'
|
||||
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --libs paren-quoting" \
|
||||
'-L$(libdir)'
|
||||
|
||||
# 5) tests for other regressions
|
||||
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --variable=includedir foo" \
|
||||
|
|
Loading…
Reference in New Issue