Prevent underflow when sending UDP probes.
[tinc] / test / meson.build
index 48e6689..36d9753 100644 (file)
@@ -1,3 +1,6 @@
-subdir('integration')
+if cc_name != 'msvc'
+  subdir('integration')
+endif
+
 subdir('unit')