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/progress/buildfile | |
parent | 3fae4ef8b228374c865bc0afcb1041eabae5a111 (diff) |
Add support for printing progress
Diffstat (limited to 'tests/progress/buildfile')
-rw-r--r-- | tests/progress/buildfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/progress/buildfile b/tests/progress/buildfile new file mode 100644 index 0000000..19e85c0 --- /dev/null +++ b/tests/progress/buildfile @@ -0,0 +1,7 @@ +# file : tests/progress/buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +import libs = libbutl%lib{butl} + +exe{driver}: {hxx cxx}{*} $libs |