summaryrefslogtreecommitdiffstats
path: root/test cases/failing/124 subproject sandbox violation/subprojects/subproj1/nested/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/failing/124 subproject sandbox violation/subprojects/subproj1/nested/meson.build')
-rw-r--r--test cases/failing/124 subproject sandbox violation/subprojects/subproj1/nested/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/failing/124 subproject sandbox violation/subprojects/subproj1/nested/meson.build b/test cases/failing/124 subproject sandbox violation/subprojects/subproj1/nested/meson.build
new file mode 100644
index 0000000..038c139
--- /dev/null
+++ b/test cases/failing/124 subproject sandbox violation/subprojects/subproj1/nested/meson.build
@@ -0,0 +1,5 @@
+d = declare_dependency(
+ variables: [
+ 'dir=@0@'.format(meson.current_source_dir()),
+ ]
+)