forked from ariadne/pkgconf
tests: add a test case for #146
parent
81e4552be9
commit
53e255204c
|
@ -4,7 +4,17 @@
|
||||||
|
|
||||||
tests_init \
|
tests_init \
|
||||||
cflags \
|
cflags \
|
||||||
variable
|
variable \
|
||||||
|
do_not_eat_slash \
|
||||||
|
|
||||||
|
do_not_eat_slash_body()
|
||||||
|
{
|
||||||
|
export PKG_CONFIG_PATH="${selfdir}/lib1"
|
||||||
|
export PKG_CONFIG_SYSROOT_DIR="/"
|
||||||
|
atf_check \
|
||||||
|
-o inline:"-fPIC -I/test/include/foo \n" \
|
||||||
|
pkgconf --cflags baz
|
||||||
|
}
|
||||||
|
|
||||||
cflags_body()
|
cflags_body()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue