parent
a1542720f4
commit
a161873948
4 changed files with 10 additions and 15 deletions
@ -1,10 +1,5 @@ |
|||||||
project('generated_dll_module_defs', 'c') |
project('generated_dll_module_defs', 'c') |
||||||
|
|
||||||
if meson.backend().startswith('vs') |
|
||||||
# FIXME: Broken on the VS backends |
|
||||||
error('MESON_SKIP_TEST see https://github.com/mesonbuild/meson/issues/1799') |
|
||||||
endif |
|
||||||
|
|
||||||
subdir('subdir') |
subdir('subdir') |
||||||
exe = executable('prog', 'prog.c', link_with : shlib) |
exe = executable('prog', 'prog.c', link_with : shlib) |
||||||
test('runtest', exe) |
test('runtest', exe) |
||||||
|
Loading…
Reference in new issue