forked from ariadne/pkgconf
testsuite: use @PACKAGE_VERSION@ for pkg-config module checks
parent
2bd655985a
commit
f99d2e8832
|
@ -159,7 +159,7 @@ 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" \
|
||||
'0.28'
|
||||
'@PACKAGE_VERSION@'
|
||||
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --variable=prefix foo" \
|
||||
'/test'
|
||||
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --define-variable=prefix=/test2 --variable=prefix foo" \
|
||||
|
|
Loading…
Reference in New Issue