forked from ariadne/pkgconf
tests: add fixtures for github #258
parent
79d25f979d
commit
4e8f376c5d
|
@ -89,6 +89,9 @@ EXTRA_DIST = pkg.m4 \
|
||||||
tests/lib1/malformed-1.pc \
|
tests/lib1/malformed-1.pc \
|
||||||
tests/lib1/malformed-quoting.pc \
|
tests/lib1/malformed-quoting.pc \
|
||||||
tests/lib1/malformed-version.pc \
|
tests/lib1/malformed-version.pc \
|
||||||
|
tests/lib1/metapackage.pc \
|
||||||
|
tests/lib1/metapackage-1.pc \
|
||||||
|
tests/lib1/metapackage-2.pc \
|
||||||
tests/lib1/explicit-sysroot.pc \
|
tests/lib1/explicit-sysroot.pc \
|
||||||
tests/lib1/escaped-backslash.pc \
|
tests/lib1/escaped-backslash.pc \
|
||||||
tests/lib1/cflags-internal.pc \
|
tests/lib1/cflags-internal.pc \
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
Name: metapackage-1
|
||||||
|
Version: 0.1
|
||||||
|
Description: metapackage for testing purposes
|
||||||
|
Requires.private: metapackage-2
|
||||||
|
Libs: -lmetapackage-1
|
||||||
|
Cflags: -I/metapackage-1
|
|
@ -0,0 +1,5 @@
|
||||||
|
Name: metapackage-2
|
||||||
|
Version: 0.1
|
||||||
|
Description: metapackage for testing purposes
|
||||||
|
Libs: -lmetapackage-2
|
||||||
|
Cflags: -I/metapackage-2
|
|
@ -0,0 +1,4 @@
|
||||||
|
Name: metapackage
|
||||||
|
Version: 0.1
|
||||||
|
Description: metapackage for testing purposes
|
||||||
|
Requires: metapackage-1, metapackage-2
|
Loading…
Reference in New Issue