connection_t: split compression_level/log_level into two fields
[tinc] / test / unit / meson.build
index 70a02d2..bebd093 100644 (file)
@@ -21,6 +21,9 @@ link_tincd = { 'lib': lib_tincd, 'dep': deps_tincd }
 # }
 
 tests = {
+  'dropin': {
+    'code': 'test_dropin.c',
+  },
   'random': {
     'code': 'test_random.c',
   },