tests: add tuple-quoting fixture
parent
3673494431
commit
854a6adfe9
|
@ -90,6 +90,7 @@ EXTRA_DIST = pkg.m4 \
|
||||||
tests/lib1/requires-internal-2.pc \
|
tests/lib1/requires-internal-2.pc \
|
||||||
tests/lib1/requires-internal-missing.pc \
|
tests/lib1/requires-internal-missing.pc \
|
||||||
tests/lib1/requires-internal-collision.pc \
|
tests/lib1/requires-internal-collision.pc \
|
||||||
|
tests/lib1/tuple-quoting.pc \
|
||||||
tests/test_env.sh \
|
tests/test_env.sh \
|
||||||
$(test_scripts) \
|
$(test_scripts) \
|
||||||
doc/conf.py \
|
doc/conf.py \
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
prefix="/usr"
|
||||||
|
libdir=${prefix}/lib
|
||||||
|
|
||||||
|
Name: tuple-quoting
|
||||||
|
Description: Another pkg-config test
|
||||||
|
Version: 1.3
|
||||||
|
Libs: -L${libdir} -lfoo
|
Loading…
Reference in New Issue