summaryrefslogtreecommitdiffstats
path: root/test cases/unit/87 run native test/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/87 run native test/meson.build')
-rw-r--r--test cases/unit/87 run native test/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/unit/87 run native test/meson.build b/test cases/unit/87 run native test/meson.build
new file mode 100644
index 0000000..3bf419c
--- /dev/null
+++ b/test cases/unit/87 run native test/meson.build
@@ -0,0 +1,6 @@
+project('run native test', ['c'])
+
+executable('terget_exe', 'main.c')
+
+native_exe = executable('native_exe', 'main.c', native: true)
+test('native_exe', native_exe, args: ['native_test_has_run.stamp'])