tests: add testcase for requires.private debounce

pull/243/head
Ariadne Conill 2022-08-08 08:56:53 +00:00
parent 4e8f376c5d
commit 884a88583b
1 changed files with 8 additions and 1 deletions

View File

@ -28,7 +28,8 @@ tests_init \
malformed_1 \
malformed_quoting \
explicit_sysroot \
empty_tuple
empty_tuple \
solver_requires_private_debounce
# sysroot_munge \
@ -251,3 +252,9 @@ empty_tuple_body()
atf_check -o inline:"\n" \
pkgconf --with-path="${selfdir}/lib1" --cflags empty-tuple
}
solver_requires_private_debounce_body()
{
atf_check -o inline:"-I/metapackage-1 -I/metapackage-2 -lmetapackage-1 -lmetapackage-2 \n" \
pkgconf --with-path="${selfdir}/lib1" --cflags --libs metapackage
}