Add tests for sign/verify commands
[tinc] / test / integration / meson.build
index 5e82fe8..4d2bf99 100644 (file)
@@ -1,12 +1,14 @@
 tests = [
   'basic.py',
-  'command_fsck.py',
+  'cmd_fsck.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',