2014-08-01 21:25:29 +08:00
|
|
|
project('simple fortran', 'fortran')
|
|
|
|
|
2016-12-20 01:34:29 +08:00
|
|
|
add_global_arguments('-fbounds-check', language : 'fortran')
|
|
|
|
|
|
|
|
e = executable('simple', 'simple.f95',
|
|
|
|
fortran_args : '-ffree-form')
|
2014-08-01 21:25:29 +08:00
|
|
|
test('Simple Fortran', e)
|