summaryrefslogtreecommitdiffstats
path: root/test cases/common/238 dependency include_type inconsistency/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/238 dependency include_type inconsistency/meson.build')
-rw-r--r--test cases/common/238 dependency include_type inconsistency/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/common/238 dependency include_type inconsistency/meson.build b/test cases/common/238 dependency include_type inconsistency/meson.build
new file mode 100644
index 0000000..69b5d19
--- /dev/null
+++ b/test cases/common/238 dependency include_type inconsistency/meson.build
@@ -0,0 +1,5 @@
+project('test')
+
+foo_dep = subproject('foo').get_variable('foo_dep')
+
+subdir('bar')