X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Funit%2Fmeson.build;h=70a02d2e5a67c69b53c3af938da0367c516e2240;hb=0289162552cd85375605044c696e2a3294e7aa9a;hp=d83a080a761e7ada30034b333dc8c4ee1f8e5524;hpb=421aa3815645b2835c89799e4db91cf35466542b;p=tinc diff --git a/test/unit/meson.build b/test/unit/meson.build index d83a080a..70a02d2e 100644 --- a/test/unit/meson.build +++ b/test/unit/meson.build @@ -28,6 +28,9 @@ tests = { 'code': 'test_random_noinit.c', 'fail': true, }, + 'netutl': { + 'code': 'test_netutl.c', + }, 'net': { 'code': 'test_net.c', 'mock': ['execute_script', 'environment_init', 'environment_exit'], @@ -38,6 +41,9 @@ tests = { 'protocol': { 'code': 'test_protocol.c', }, + 'utils': { + 'code': 'test_utils.c', + }, 'splay_tree': { 'code': 'test_splay_tree.c', 'link': link_tinc,