diff options
author | Matthew Waters <matthew@centricular.com> | 2018-02-08 15:29:13 +1100 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2018-02-08 15:29:56 +1100 |
commit | 4ef2a20a83bb9eedfce7bdd428f9c71be5b12516 (patch) | |
tree | 6e69cc2e3e41e64f642bb82fcda54b4a526dd0f6 /tests | |
parent | ffeb09e4abe73d3b9e8909996816f0288e307e22 (diff) |
dtls: add meson definition for recently added test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/meson.build b/tests/check/meson.build index 3bcb0dd51..55f1513e8 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -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']], |