Fix weight comparison in edge BFS
[tinc] / test / unit / meson.build
index eaa9d18..5200598 100644 (file)
@@ -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',
   },