]> tinc-vpn.org Git - tinc/blobdiff - test/unit/meson.build
Extract filesystem-related functions into fs.c
[tinc] / test / unit / meson.build
index eaa9d1816feab887b3dc723856c3a25bfdb6e4f6..b91f6bae53f9e828a40332f7fe673219801403f2 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,9 +47,15 @@ tests = {
   'protocol': {
     'code': 'test_protocol.c',
   },
+  'proxy': {
+    'code': 'test_proxy.c',
+  },
   'utils': {
     'code': 'test_utils.c',
   },
+  'fs': {
+    'code': 'test_fs.c',
+  },
   'xalloc': {
     'code': 'test_xalloc.c',
   },