summaryrefslogtreecommitdiffstats
path: root/test cases/fortran/8 module names/meson.build
blob: 632c597889bfb5812bbabfd1297174d256cbf6b7 (plain)
1
2
3
4
5
6
project('mod_name_case', 'fortran')

sources = ['test.f90', 'mod1.f90', 'mod2.f90']

exe = executable('mod_name_case', sources)
test('mod_name_case', exe)