X-Git-Url: https://git.tinc-vpn.org/git/browse?a=blobdiff_plain;f=test%2Funit%2Fmeson.build;h=bebd0937155d97dbaa9b38dfa2d8063b99a5e9c7;hb=668750c022a02cc54756316907f1cbbf7d673025;hp=70a02d2e5a67c69b53c3af938da0367c516e2240;hpb=90cde91141ec61be4354d8deab21edb8fdf01022;p=tinc diff --git a/test/unit/meson.build b/test/unit/meson.build index 70a02d2e..bebd0937 100644 --- a/test/unit/meson.build +++ b/test/unit/meson.build @@ -21,6 +21,9 @@ link_tincd = { 'lib': lib_tincd, 'dep': deps_tincd } # } tests = { + 'dropin': { + 'code': 'test_dropin.c', + }, 'random': { 'code': 'test_random.c', },