summaryrefslogtreecommitdiffstats
path: root/test cases/unit/40 featurenew subprojects/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/40 featurenew subprojects/meson.build')
-rw-r--r--test cases/unit/40 featurenew subprojects/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/test cases/unit/40 featurenew subprojects/meson.build b/test cases/unit/40 featurenew subprojects/meson.build
new file mode 100644
index 0000000..d136bed
--- /dev/null
+++ b/test cases/unit/40 featurenew subprojects/meson.build
@@ -0,0 +1,7 @@
+project('featurenew subproject', meson_version: '>=0.45')
+
+foo = {}
+
+subproject('foo')
+subproject('bar')
+subproject('baz')