X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fintegration%2Fmeson.build;h=b32ea82efc91fa2d22ea1157b305250066c74dfb;hb=2ded4a80352dfbbd17b35ae0eafcbdc62243d574;hp=1c3b9ea15d98e6ec0c0177328bf0785163aa3cbc;hpb=94520716cb6ca59fc83c0c39021a085b42cda54b;p=tinc diff --git a/test/integration/meson.build b/test/integration/meson.build index 1c3b9ea1..b32ea82e 100644 --- a/test/integration/meson.build +++ b/test/integration/meson.build @@ -6,8 +6,9 @@ tests = [ 'invite-join.test', 'invite-offline.test', 'invite-tinc-up.test', - 'scripts.test', 'security.test', + 'security-legacy.test', + 'security-sptps.test', 'variables.test', ] @@ -24,6 +25,10 @@ if os_name == 'linux' tests += 'ns-ping.test' endif +if os_name != 'sunos' + tests += 'scripts.test' +endif + exe_splice = executable( 'splice', sources: 'splice.c',