aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/failing/1 project not first/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/failing/1 project not first/meson.build')
-rw-r--r--meson/test cases/failing/1 project not first/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson/test cases/failing/1 project not first/meson.build b/meson/test cases/failing/1 project not first/meson.build
new file mode 100644
index 000000000..f30e155bf
--- /dev/null
+++ b/meson/test cases/failing/1 project not first/meson.build
@@ -0,0 +1,4 @@
+var = 'assignment before project() call'
+project('no worky', 'c')
+
+test('not run', executable('prog', 'prog.c'))