2019-06-23 22:56:05 +08:00
|
|
|
project('Inclusive', 'fortran',
|
|
|
|
meson_version: '>= 0.51.1')
|
2019-03-14 13:54:22 +08:00
|
|
|
|
2019-06-23 22:56:05 +08:00
|
|
|
hier_exe = executable('include_hierarchy', 'include_hierarchy.f90')
|
|
|
|
test('Fortran include file hierarchy', hier_exe)
|
|
|
|
|
|
|
|
syntax_exe = executable('include_syntax', 'include_syntax.f90')
|
|
|
|
test('Fortran include file syntax', syntax_exe)
|