dtls: add meson definition for recently added test
authorMatthew Waters <matthew@centricular.com>
Thu, 8 Feb 2018 04:29:13 +0000 (15:29 +1100)
committerMatthew Waters <matthew@centricular.com>
Thu, 8 Feb 2018 04:29:56 +0000 (15:29 +1100)
tests/check/meson.build

index 3bcb0dd..55f1513 100644 (file)
@@ -29,6 +29,7 @@ base_tests = [
   [['elements/curlftpsink.c'], not curl_dep.found(), [curl_dep]],
   [['elements/curlsmtpsink.c'], not curl_dep.found(), [curl_dep]],
   [['elements/dash_mpd.c'], not xml2_dep.found(), [xml2_dep]],
+  [['elements/dtls.c'], not libcrypto_dep.found(), [libcrypto_dep]],
   [['elements/faac.c'], not faac_dep.found() or not cc.has_header_symbol('faac.h', 'faacEncOpen'), [faac_dep]],
   [['elements/faad.c'], not faad_dep.found() or not have_faad_2_7, [faad_dep]],
   [['elements/gdpdepay.c']],