X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=test%2Funit%2Fmeson.build;fp=test%2Funit%2Fmeson.build;h=b91f6bae53f9e828a40332f7fe673219801403f2;hp=5200598724d34c94265ebcf89e6a1484da74b1cb;hb=9235256116574927657a93944ef1b21e255e771b;hpb=c6a15e27d934e90a1f3a26438dddb395bdc9de19 diff --git a/test/unit/meson.build b/test/unit/meson.build index 52005987..b91f6bae 100644 --- a/test/unit/meson.build +++ b/test/unit/meson.build @@ -53,6 +53,9 @@ tests = { 'utils': { 'code': 'test_utils.c', }, + 'fs': { + 'code': 'test_fs.c', + }, 'xalloc': { 'code': 'test_xalloc.c', },