Add tests for dump commands
[tinc] / test / integration / meson.build
index 5dc2430..2b9f403 100644 (file)
@@ -1,11 +1,15 @@
 tests = [
   'basic.py',
-  'command_fsck.py',
+  'cmd_dump.py',
+  'cmd_fsck.py',
+  'cmd_sign_verify.py',
   'commandline.py',
   'executables.py',
   'import_export.py',
-  'invite_tinc_up.py',
   'invite.py',
+  'invite_tinc_up.py',
+  'proxy.py',
+  'sandbox.py',
   'scripts.py',
   'security.py',
   'splice.py',