From 854a6adfe9cb196f7a0daba1289af56abc64816e Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Thu, 14 Jun 2018 15:31:00 -0500 Subject: [PATCH] tests: add tuple-quoting fixture --- Makefile.am | 1 + tests/lib1/tuple-quoting.pc | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 tests/lib1/tuple-quoting.pc diff --git a/Makefile.am b/Makefile.am index 78f6494..54067bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,6 +90,7 @@ EXTRA_DIST = pkg.m4 \ tests/lib1/requires-internal-2.pc \ tests/lib1/requires-internal-missing.pc \ tests/lib1/requires-internal-collision.pc \ + tests/lib1/tuple-quoting.pc \ tests/test_env.sh \ $(test_scripts) \ doc/conf.py \ diff --git a/tests/lib1/tuple-quoting.pc b/tests/lib1/tuple-quoting.pc new file mode 100644 index 0000000..265187b --- /dev/null +++ b/tests/lib1/tuple-quoting.pc @@ -0,0 +1,7 @@ +prefix="/usr" +libdir=${prefix}/lib + +Name: tuple-quoting +Description: Another pkg-config test +Version: 1.3 +Libs: -L${libdir} -lfoo