aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/240 includedir violation/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/240 includedir violation/meson.build')
-rw-r--r--test cases/common/240 includedir violation/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/common/240 includedir violation/meson.build b/test cases/common/240 includedir violation/meson.build
index a82069e..0216be6 100644
--- a/test cases/common/240 includedir violation/meson.build
+++ b/test cases/common/240 includedir violation/meson.build
@@ -1,5 +1,9 @@
project('foo', 'c')
+# It is fine to include the root source dir
+include_directories('.')
+subproject('sub')
+
# This is here rather than in failing because this needs a
# transition period to avoid breaking existing projects.
# Once this becomes an error, move this under failing tests.