summaryrefslogtreecommitdiff
path: root/libpkgconf/tests/api/testscript
diff options
context:
space:
mode:
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
}