X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fmeson.build;h=60f4eeb0894e20ca0ca8c2a1eb26988675f9118c;hb=49265a9689d08a5d9d4663ee61f3c613d6896f14;hp=48e66898802e3739bea0e36f278aab57ccc6fd79;hpb=6565c9690d7325537eb0d3f7c298037ca1843737;p=tinc diff --git a/test/meson.build b/test/meson.build index 48e66898..60f4eeb0 100644 --- a/test/meson.build +++ b/test/meson.build @@ -1,3 +1,6 @@ -subdir('integration') +if python.found() + subdir('integration') +endif + subdir('unit')