X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fmeson.build;h=60f4eeb0894e20ca0ca8c2a1eb26988675f9118c;hb=99259f215aca7929a17e7f7429c14e8324a2c9f4;hp=48e66898802e3739bea0e36f278aab57ccc6fd79;hpb=9a012e485a2ed5ea5a28903d93bc625767bb20b2;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')