X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fmeson.build;h=36d9753f7e8313cb21879d6e56985207a6fd6ea5;hb=ca7502b6de1e1ae49a62ad6b7a7ae8b760fa51ff;hp=48e66898802e3739bea0e36f278aab57ccc6fd79;hpb=6565c9690d7325537eb0d3f7c298037ca1843737;p=tinc diff --git a/test/meson.build b/test/meson.build index 48e66898..36d9753f 100644 --- a/test/meson.build +++ b/test/meson.build @@ -1,3 +1,6 @@ -subdir('integration') +if cc_name != 'msvc' + subdir('integration') +endif + subdir('unit')