forked from ariadne/pkgconf
tests: add fixtures for issue #370
Signed-off-by: Ariadne Conill <ariadne@ariadne.space>wip/2023-06/python-suite-runner
parent
6f1055d00d
commit
f982cbdab9
|
@ -113,6 +113,9 @@ EXTRA_DIST = pkg.m4 \
|
|||
tests/lib1/sysroot-dir-4.pc \
|
||||
tests/lib1/sysroot-dir-5.pc \
|
||||
tests/lib1/child-prefix/pkgconfig/child-prefix-1.pc \
|
||||
tests/lib1/cflags-libs-private-a.pc \
|
||||
tests/lib1/cflags-libs-private-b.pc \
|
||||
tests/lib1/cflags-libs-private-c.pc \
|
||||
$(test_scripts) \
|
||||
doc/conf.py \
|
||||
doc/extract.py \
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
Name: cflags-libs-private-a
|
||||
Version: 1
|
||||
Description: test case for issue #370
|
||||
Cflags:
|
||||
Libs:
|
||||
Requires.private: cflags-libs-private-b
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
Name: cflags-libs-private-b
|
||||
Version: 1
|
||||
Description: test case for issue #370
|
||||
Cflags:
|
||||
Libs:
|
||||
Requires: cflags-libs-private-c
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
Name: cflags-libs-private-c
|
||||
Version: 1
|
||||
Description: test case for issue #370
|
||||
Cflags:
|
||||
Libs: -lc
|
||||
|
Loading…
Reference in New Issue