X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Funit%2Fmeson.build;h=b91f6bae53f9e828a40332f7fe673219801403f2;hb=9235256116574927657a93944ef1b21e255e771b;hp=bebd0937155d97dbaa9b38dfa2d8063b99a5e9c7;hpb=668750c022a02cc54756316907f1cbbf7d673025;p=tinc diff --git a/test/unit/meson.build b/test/unit/meson.build index bebd0937..b91f6bae 100644 --- a/test/unit/meson.build +++ b/test/unit/meson.build @@ -31,6 +31,9 @@ tests = { 'code': 'test_random_noinit.c', 'fail': true, }, + 'graph': { + 'code': 'test_graph.c', + }, 'netutl': { 'code': 'test_netutl.c', }, @@ -44,9 +47,22 @@ tests = { 'protocol': { 'code': 'test_protocol.c', }, + 'proxy': { + 'code': 'test_proxy.c', + }, 'utils': { 'code': 'test_utils.c', }, + 'fs': { + 'code': 'test_fs.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,