diff options
author | Matt Caswell <matt@openssl.org> | 2017-04-11 17:26:13 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2017-04-12 00:40:37 +0200 |
commit | 829b2b854332bb3ccacc12c86e8fac1cfebb03bb (patch) | |
tree | 949c9f8bd1e741dd14490deb99ddd89c0591fdc4 /test/build.info | |
parent | Fix x_int64.c (diff) | |
download | openssl-829b2b854332bb3ccacc12c86e8fac1cfebb03bb.tar.xz openssl-829b2b854332bb3ccacc12c86e8fac1cfebb03bb.zip |
Convert bad_dtls_test for the new test framework
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3184)
Diffstat (limited to '')
-rw-r--r-- | test/build.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info index 666cf53f6d..0d824695f9 100644 --- a/test/build.info +++ b/test/build.info @@ -191,7 +191,7 @@ IF[{- !$disabled{tests} -}] INCLUDE[clienthellotest]=../include DEPEND[clienthellotest]=../libcrypto ../libssl - SOURCE[bad_dtls_test]=bad_dtls_test.c + SOURCE[bad_dtls_test]=bad_dtls_test.c testutil.c test_main.c INCLUDE[bad_dtls_test]=../include DEPEND[bad_dtls_test]=../libcrypto ../libssl |