X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Funit%2Fmeson.build;h=b91f6bae53f9e828a40332f7fe673219801403f2;hb=38a4eb4ebc730d805fcab9d64fe988be42a99122;hp=8633c186cf07f2f473cc27aeb77e5c777ed991ed;hpb=a5c6c6ea1ab657d83a4d8b064ac9bfa9c16adf63;p=tinc diff --git a/test/unit/meson.build b/test/unit/meson.build index 8633c186..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', }, @@ -50,6 +53,9 @@ tests = { 'utils': { 'code': 'test_utils.c', }, + 'fs': { + 'code': 'test_fs.c', + }, 'xalloc': { 'code': 'test_xalloc.c', },