summaryrefslogtreecommitdiff
path: root/test cases/common/4 shared/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/4 shared/meson.build')
-rw-r--r--test cases/common/4 shared/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/test cases/common/4 shared/meson.build b/test cases/common/4 shared/meson.build
new file mode 100644
index 000000000..a148272f2
--- /dev/null
+++ b/test cases/common/4 shared/meson.build
@@ -0,0 +1,2 @@
+project('shared library test', 'c')
+lib = shared_library('mylib', 'libfile.c')