summaryrefslogtreecommitdiff
path: root/libpkgconf/tests/api/testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-26 19:12:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-27 12:14:55 +0300
commit47faabe40caa2c01a6379f5d143af189fa96ca9b (patch)
tree54114e12a619c66bb78c51c5b1c464b8dd83be51 /libpkgconf/tests/api/testscript
parent398b8efd28b3ff8f14ead0bd272eb29ea546483e (diff)
Release version 1.6.3+2v1.6.3+2
Invent PKGCONF_PKG_PKGF_DONT_MERGE_SPECIAL_FRAGMENTS flag
Diffstat (limited to 'libpkgconf/tests/api/testscript')
-rw-r--r--libpkgconf/tests/api/testscript9
1 files changed, 6 insertions, 3 deletions
diff --git a/libpkgconf/tests/api/testscript b/libpkgconf/tests/api/testscript
index dfada71..0382f87 100644
--- a/libpkgconf/tests/api/testscript
+++ b/libpkgconf/tests/api/testscript
@@ -114,9 +114,9 @@
EOO
}
-: merged
+: no-merge
:
-: Note that we want the merged options to be eventually separated.
+: Test that the -framework options are not merged into a single fragment.
:
{
+cat <<EOI >=libfoo.pc
@@ -137,6 +137,9 @@
l ssl
l crypto
l z
- -framework CoreFoundation -framework Security
+ -framework
+ CoreFoundation
+ -framework
+ Security
EOO
}