tests/fortran/14: Add vsdef files

ICL and ifort need these to pass this tests.
pull/5331/head
Dylan Baker 6 years ago
parent 23d2311d12
commit ecc1f17f8e
  1. 2
      test cases/fortran/14 fortran links c/clib.def
  2. 2
      test cases/fortran/14 fortran links c/meson.build

@ -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,

Loading…
Cancel
Save