summaryrefslogtreecommitdiff
path: root/test cases/python/7 install path/target
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/python/7 install path/target')
-rw-r--r--test cases/python/7 install path/target/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/python/7 install path/target/meson.build b/test cases/python/7 install path/target/meson.build
new file mode 100644
index 000000000..178ae0224
--- /dev/null
+++ b/test cases/python/7 install path/target/meson.build
@@ -0,0 +1,3 @@
+testcase expect_error('Install-only backend cannot generate target rules, try using `--backend=ninja`.')
+ import('fs').copyfile('../test.py')
+endtestcase