X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Fintegration%2Fmeson.build;h=0fd03dd6e76ccea2fea6aa672acaf386dc69d19f;hb=b4280adda649c177ad27349fad4d51c2ebd9d35d;hp=5e82fe85dcab4ab22b866810285e08ee0f90aaf9;hpb=a5c6c6ea1ab657d83a4d8b064ac9bfa9c16adf63;p=tinc diff --git a/test/integration/meson.build b/test/integration/meson.build index 5e82fe85..0fd03dd6 100644 --- a/test/integration/meson.build +++ b/test/integration/meson.build @@ -1,12 +1,19 @@ tests = [ 'basic.py', - 'command_fsck.py', + 'cmd_dump.py', + 'cmd_fsck.py', + 'cmd_join.py', + 'cmd_keys.py', + 'cmd_misc.py', + 'cmd_net.py', + 'cmd_sign_verify.py', 'commandline.py', 'executables.py', 'import_export.py', 'invite.py', 'invite_tinc_up.py', 'proxy.py', + 'sandbox.py', 'scripts.py', 'security.py', 'splice.py',