diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-17 11:06:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-17 11:06:32 +0200 |
commit | eac6ad21038ccfb1edd33612f33539bd0bb45b2a (patch) | |
tree | d2d448f3b3d4a5a00d393436d8963165757f7e7e | |
parent | faf53e5fdda42a40959dda689532af6f030d9fa2 (diff) |
Remove non-existent tests/ from directory list
-rw-r--r-- | buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = butl/ tests/ +d = butl/ .: $d include $d |