X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Funit%2Fmeson.build;h=8633c186cf07f2f473cc27aeb77e5c777ed991ed;hb=3d787920d51a35e74e442c7265be3b13b69ad8e4;hp=bebd0937155d97dbaa9b38dfa2d8063b99a5e9c7;hpb=668750c022a02cc54756316907f1cbbf7d673025;p=tinc diff --git a/test/unit/meson.build b/test/unit/meson.build index bebd0937..8633c186 100644 --- a/test/unit/meson.build +++ b/test/unit/meson.build @@ -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,