tests/fortran/14: Add vsdef files

ICL and ifort need these to pass this tests.
This commit is contained in:
Dylan Baker 2019-05-10 12:49:32 -07:00
parent 23d2311d12
commit ecc1f17f8e
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
EXPORTS
hello

View File

@ -5,7 +5,7 @@ if ccid == 'msvc' or ccid == 'clang-cl'
error('MESON_SKIP_TEST: MSVC and GCC do not interoperate like this.')
endif
c_lib = library('clib', 'clib.c')
c_lib = library('clib', 'clib.c', vs_module_defs : 'clib.def')
f_call_c = executable('f_call_c', 'f_call_c.f90',
link_with: c_lib,