tests: add malformed-version fixture
parent
6c3356a094
commit
3783d65784
|
@ -82,6 +82,7 @@ EXTRA_DIST = pkg.m4 \
|
||||||
tests/lib1/fragment-quoting-7.pc \
|
tests/lib1/fragment-quoting-7.pc \
|
||||||
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/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,5 @@
|
||||||
|
Name: malformed-version
|
||||||
|
Version: 3.922 2018-03-17
|
||||||
|
Description: None.
|
||||||
|
Cflags: -Ifoo
|
||||||
|
Libs: -lbar
|
Loading…
Reference in New Issue