meson.build 164 B

1234567
  1. project('test workdir', 'c')
  2. exe = executable('opener', 'opener.c')
  3. test('basic', exe, workdir : meson.source_root())
  4. test('shouldfail', exe, should_fail : true)