mirror of
https://github.com/pkgconf/pkgconf.git
synced 2026-01-26 16:09:27 +00:00
tests: add fixtures for whitespace between flag tests
Ref: https://github.com/pkgconf/pkgconf/issues/411 Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
This commit is contained in:
parent
e07ba0af64
commit
a3da8f5cd4
@ -126,6 +126,8 @@ EXTRA_DIST = pkg.m4 \
|
||||
tests/lib1/truncated.pc \
|
||||
tests/lib1/c-comment.pc \
|
||||
tests/lib1/duplicate-tuple.pc \
|
||||
tests/lib1/flag-whitespace.pc \
|
||||
tests/lib1/flag-whitespace-2.pc \
|
||||
tests/lib-sbom/meta_package.pc \
|
||||
tests/lib-sbom/test1.pc \
|
||||
tests/lib-sbom/test2.pc \
|
||||
|
||||
5
tests/lib1/flag-whitespace-2.pc
Normal file
5
tests/lib1/flag-whitespace-2.pc
Normal file
@ -0,0 +1,5 @@
|
||||
Name: flag-whitespace-2
|
||||
Version: 0
|
||||
Description: test case for whitespace between flags
|
||||
URL: https://github.com/pkgconf/pkgconf
|
||||
Cflags: -I/includedir
|
||||
5
tests/lib1/flag-whitespace.pc
Normal file
5
tests/lib1/flag-whitespace.pc
Normal file
@ -0,0 +1,5 @@
|
||||
Name: flag-whitespace
|
||||
Version: 0
|
||||
Description: test case for whitespace between flags
|
||||
URL: https://github.com/pkgconf/pkgconf
|
||||
Cflags: -I /includedir
|
||||
Loading…
x
Reference in New Issue
Block a user