forked from ariadne/pkgconf
tests: correct private-libs-duplication order
parent
0e0ab8318b
commit
fa665a40a5
|
@ -117,7 +117,7 @@ run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --static --libs argv-parse-2" \
|
|||
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --static --cflags baz" \
|
||||
'-fPIC' '-I/usr/include/foo' '-DFOO_STATIC'
|
||||
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --static --libs-only-l private-libs-duplication" \
|
||||
'-lprivate -lbaz -lfoo -lbar -lzee'
|
||||
'-lprivate -lfoo -lbaz -lzee -lbar -lfoo'
|
||||
run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --static --libs static-libs" \
|
||||
'-lbar -lbar-private -lfoo'
|
||||
|
||||
|
|
Loading…
Reference in New Issue