X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Funit%2Fmeson.build;h=5200598724d34c94265ebcf89e6a1484da74b1cb;hb=38be602754aab531c47bc1b04e71952dfa8abcf5;hp=eaa9d1816feab887b3dc723856c3a25bfdb6e4f6;hpb=c44b08613508c993e7fd9f625e0b1b4775efffed;p=tinc diff --git a/test/unit/meson.build b/test/unit/meson.build index eaa9d181..52005987 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,6 +47,9 @@ tests = { 'protocol': { 'code': 'test_protocol.c', }, + 'proxy': { + 'code': 'test_proxy.c', + }, 'utils': { 'code': 'test_utils.c', },