]> tinc-vpn.org Git - tinc/blobdiff - test/unit/meson.build
Improve proxy server support
[tinc] / test / unit / meson.build
index bebd0937155d97dbaa9b38dfa2d8063b99a5e9c7..8633c186cf07f2f473cc27aeb77e5c777ed991ed 100644 (file)
@@ -44,9 +44,19 @@ tests = {
   'protocol': {
     'code': 'test_protocol.c',
   },
+  'proxy': {
+    'code': 'test_proxy.c',
+  },
   '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,