diff options
| author | Pierre Pronchery <khorben@FreeBSD.org> | 2026-04-22 13:13:41 +0000 |
|---|---|---|
| committer | Pierre Pronchery <khorben@FreeBSD.org> | 2026-04-22 13:13:41 +0000 |
| commit | 6294b6ab217a2d5f1d2bc23a64505a228294c508 (patch) | |
| tree | 333ee95d0d49af6cfc4390c1ec90098e6493e332 /tests/lib1/comments-in-fields.pc | |
Diffstat (limited to 'tests/lib1/comments-in-fields.pc')
| -rw-r--r-- | tests/lib1/comments-in-fields.pc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/lib1/comments-in-fields.pc b/tests/lib1/comments-in-fields.pc new file mode 100644 index 000000000000..8e65a6557f4f --- /dev/null +++ b/tests/lib1/comments-in-fields.pc @@ -0,0 +1,9 @@ +Name: comments-in-fields +Description: Comments in fields test case +URL: http://pkgconf.org/ +Version: 0 +Requires: # foo +Requires.private: foo +Libs: -lfoo # -lbar +Libs.private: -lbar +Cflags: -I${includedir} |
