X-Git-Url: https://git.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Funit%2Fmeson.build;h=5200598724d34c94265ebcf89e6a1484da74b1cb;hb=72091d5c770856870bb8cd51bcc5641078c7562c;hp=8633c186cf07f2f473cc27aeb77e5c777ed991ed;hpb=d7408492415b8c6eb50de44d2dd74b93b0b3e902;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', },