From e3a529886c014a28cbbbe07ab3003cb4500ebd65 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sun, 18 Dec 2016 14:01:32 +0530 Subject: 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. --- test cases/common/125 shared module/meson.build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test cases/common/125 shared module/meson.build b/test cases/common/125 shared module/meson.build index ccb9c1a04..6fd21c2a7 100644 --- a/test cases/common/125 shared module/meson.build +++ b/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 -- cgit v1.2.3