meson.build 86 B

12345
  1. project('find program', 'c')
  2. prog = find_program('test-script')
  3. test('script', prog)