meson.build 103 B

12345
  1. project('simple fortran', 'fortran')
  2. e = executable('simple', 'simple.f95')
  3. test('Simple Fortran', e)