diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 08:50:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:34 +0200 |
commit | 89424b41ef62430a49012c5c57b1979f29029505 (patch) | |
tree | 04b5b8e9ed16c4801b55d416e2b11bf7813a9853 /tests/buildfile | |
parent | 89a997464b9ffd02580c5316b471dbd0779d86b9 (diff) |
Implement concurrent_runner
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 6367b5c..b6799d5 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2016 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = +d = test/ ./: $d include $d |