aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/77 external test program/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/77 external test program/meson.build')
-rw-r--r--test cases/common/77 external test program/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/common/77 external test program/meson.build b/test cases/common/77 external test program/meson.build
new file mode 100644
index 0000000..d18ddcd
--- /dev/null
+++ b/test cases/common/77 external test program/meson.build
@@ -0,0 +1,3 @@
+project('test is external', 'c')
+
+test('external', find_program('mytest.py'), args : ['correct'])