X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=test%2Funit%2Fmeson.build;h=5200598724d34c94265ebcf89e6a1484da74b1cb;hb=ce4d55b72fd4290d4710f10e755f6dd9ed039d88;hp=8633c186cf07f2f473cc27aeb77e5c777ed991ed;hpb=a5c6c6ea1ab657d83a4d8b064ac9bfa9c16adf63;p=tinc diff --git a/test/unit/meson.build b/test/unit/meson.build index 8633c186..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', },