]> tinc-vpn.org Git - tinc/blobdiff - test/unit/meson.build
Wipe (some) secrets from memory after use
[tinc] / test / unit / meson.build
index bebd0937155d97dbaa9b38dfa2d8063b99a5e9c7..eaa9d1816feab887b3dc723856c3a25bfdb6e4f6 100644 (file)
@@ -47,6 +47,13 @@ tests = {
   'utils': {
     'code': 'test_utils.c',
   },
+  'xalloc': {
+    'code': 'test_xalloc.c',
+  },
+  'memzero_null': {
+    'code': 'test_memzero_null.c',
+    'fail': true,
+  },
   'splay_tree': {
     'code': 'test_splay_tree.c',
     'link': link_tinc,