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