diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-29 20:05:54 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-30 19:04:13 +0300 |
commit | 95ff8f359cfc2189bd4d7e02e15373027d2bda32 (patch) | |
tree | 2b22d991886c0a5c2678ea0fb5f565f90d57df25 /tests/buildfile | |
parent | 1b57e247b8d1a7a41a8ee45d6d524c71edd63a81 (diff) |
Implement openssl process
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/buildfile b/tests/buildfile index 6761a42..a721517 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,5 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: {*/ -curl/ -sendmail/} - +./: {*/ -curl/ -openssl/ -sendmail/} |