tests/125 shared module: Run with the VS backend

This was skipped during the PR phase because it was broken, but we fixed
it later.
pull/1217/head
Nirbheek Chauhan 8 years ago committed by Jussi Pakkanen
parent 59b8f11e7e
commit e3a529886c
  1. 4
      test cases/common/125 shared module/meson.build

@ -1,9 +1,5 @@
project('shared module', 'c')
if meson.backend().startswith('vs')
error('MESON_SKIP_TEST for some reason /FORCE does not work in the VS backend.')
endif
dl = meson.get_compiler('c').find_library('dl', required : false)
l = shared_library('runtime', 'runtime.c')
# Do NOT link the module with the runtime library. This

Loading…
Cancel
Save