forked from ariadne/pkgconf
tests: add regression test to catch --modversion regression introduced by new solver
parent
d8d669f637
commit
94b3f118cc
|
@ -31,6 +31,7 @@ tests_init \
|
|||
libs_static_ordering \
|
||||
license_isc \
|
||||
license_noassertion \
|
||||
modversion_noflatten \
|
||||
pkg_config_path \
|
||||
nolibs \
|
||||
nocflags \
|
||||
|
@ -323,3 +324,10 @@ license_noassertion_body()
|
|||
-o inline:"bar: NOASSERTION\nfoo: ISC\n" \
|
||||
pkgconf --with-path=${selfdir}/lib1 --license bar
|
||||
}
|
||||
|
||||
modversion_noflatten_body()
|
||||
{
|
||||
atf_check \
|
||||
-o inline:"1.3\n" \
|
||||
pkgconf --with-path=${selfdir}/lib1 --modversion bar
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue