diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-18 10:40:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-18 10:40:18 +0200 |
commit | ed93e07b1b7a9e0ba99609a9223e43247ff4224e (patch) | |
tree | aa203bdab5a5fc4f5fd8af16baf6903a7ee3dde0 /tests/buildfile | |
parent | 4408607c51a7c6e293adae41403b21d4a2c9a429 (diff) |
Implement curl process
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index efc54b8..6761a42 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,5 +2,5 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: {*/ -sendmail/} +./: {*/ -curl/ -sendmail/} |