meson/test cases/unit/88 run native test/meson.build

7 lines
201 B
Meson

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'])