diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-26 13:44:24 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-27 12:22:19 +0300 |
commit | 72450e72e400eb03325ca182f0e118fde8cd1705 (patch) | |
tree | 8e7d7c9fba4b99d047c1f770dcb85479b2c0ede1 /tests/buildfile | |
parent | 3fae4ef8b228374c865bc0afcb1041eabae5a111 (diff) |
Add support for printing progress
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 9a11c82..4c1708c 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: {*/ -build/ -curl/ -openssl/ -sendmail/} +./: {*/ -build/ -curl/ -openssl/ -sendmail/ -progress/} |