aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/150 reserved targets/runtarget/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/150 reserved targets/runtarget/meson.build')
-rw-r--r--test cases/common/150 reserved targets/runtarget/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/test cases/common/150 reserved targets/runtarget/meson.build b/test cases/common/150 reserved targets/runtarget/meson.build
new file mode 100644
index 0000000..7ba0b8c
--- /dev/null
+++ b/test cases/common/150 reserved targets/runtarget/meson.build
@@ -0,0 +1,2 @@
+configure_file(output : 'config.h', configuration: configuration_data())
+run_target('runtarget', command : [find_program('echo.py')])