Extract filesystem-related functions into fs.c
[tinc] / test / unit / meson.build
index 5200598..b91f6ba 100644 (file)
@@ -53,6 +53,9 @@ tests = {
   'utils': {
     'code': 'test_utils.c',
   },
+  'fs': {
+    'code': 'test_fs.c',
+  },
   'xalloc': {
     'code': 'test_xalloc.c',
   },