diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 02:20:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 02:20:45 +0300 |
commit | 0402b3cec89ac542dda93ac592ff21274f18de1f (patch) | |
tree | 6eccc0bfa234f3ababea7392b7e7bd057c23e021 /buildfile | |
parent | 5c21e9a33be5b36394a7ef16a5aada056841dd85 (diff) |
Build infrastructure update
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,4 +6,6 @@ d = bpkg/ tests/ ./: $d doc{LICENSE NEWS README version} file{manifest} include $d -doc{INSTALL*}: install = false +# Don't install tests. +# +dir{tests/}: install = false |