Extract filesystem-related functions into fs.c
[tinc] / test / unit / meson.build
index 8633c18..b91f6ba 100644 (file)
@@ -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',
   },