tests: add fixture for fragment groups
Related: https://github.com/pkgconf/pkgconf/issues/371 Signed-off-by: Ariadne Conill <ariadne@ariadne.space>master
parent
a6b1299537
commit
97fbb4ffb9
|
@ -90,6 +90,7 @@ EXTRA_DIST = pkg.m4 \
|
|||
tests/lib1/fragment-quoting-3.pc \
|
||||
tests/lib1/fragment-quoting-5.pc \
|
||||
tests/lib1/fragment-quoting-7.pc \
|
||||
tests/lib1/fragment-groups.pc \
|
||||
tests/lib1/malformed-1.pc \
|
||||
tests/lib1/malformed-quoting.pc \
|
||||
tests/lib1/malformed-version.pc \
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Name: fragment-groups
|
||||
Version: 1.0
|
||||
Description: Test fixture for fragment groups
|
||||
Libs: -Wl,--start-group -la -lb -Wl,--end-group -nodefaultlibs -Wl,--start-group -la -lgcc -Wl,--end-group -Wl,--gc-sections
|
Loading…
Reference in New Issue