diff options
Diffstat (limited to 'meson/test cases/unit/12 promote/meson.build')
-rw-r--r-- | meson/test cases/unit/12 promote/meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meson/test cases/unit/12 promote/meson.build b/meson/test cases/unit/12 promote/meson.build new file mode 100644 index 000000000..066cf36cf --- /dev/null +++ b/meson/test cases/unit/12 promote/meson.build @@ -0,0 +1,5 @@ +project('promotion test', 'c') + +subproject('s1') +subproject('s2') + |