meson/test cases/fortran/1 basic/meson.build

5 lines
103 B
Meson
Raw Normal View History

2014-08-01 21:25:29 +08:00
project('simple fortran', 'fortran')
e = executable('simple', 'simple.f95')
test('Simple Fortran', e)