meson.build 93 B

12345
  1. project('use in same file', 'fortran')
  2. e = executable('prog', 'prog.f90')
  3. test('simple', e)