aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/unit/7 run installed/foo/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/unit/7 run installed/foo/meson.build')
-rw-r--r--meson/test cases/unit/7 run installed/foo/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson/test cases/unit/7 run installed/foo/meson.build b/meson/test cases/unit/7 run installed/foo/meson.build
new file mode 100644
index 000000000..082f98529
--- /dev/null
+++ b/meson/test cases/unit/7 run installed/foo/meson.build
@@ -0,0 +1,7 @@
+# Try to invoke linker constant string deduplication,
+# to ensure we are not clobbering shared strings.
+# Name everything possible just as "foo".
+foolib = shared_library('foo', 'foo.c',
+ install_dir : 'foo',
+ install : true)
+