aboutsummaryrefslogtreecommitdiff
path: root/test cases/fortran/2 modules/meson.build
blob: 791ae631fdde194724427827c7930cb43d50f70d (plain)
1
2
3
4
5
6
7
8
project('modules', 'fortran',
  default_options : ['default_library=static'])

commented = library('commented', 'comment_mod.f90')

e = executable('modprog', 'mymod.f90', 'prog.f90',
  link_with: commented)
test('moduletest', e)