aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-08-31 02:20:45 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-08-31 02:20:45 +0300
commit0402b3cec89ac542dda93ac592ff21274f18de1f (patch)
tree6eccc0bfa234f3ababea7392b7e7bd057c23e021 /buildfile
parent5c21e9a33be5b36394a7ef16a5aada056841dd85 (diff)
Build infrastructure update
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildfile b/buildfile
index a75d807..11a874e 100644
--- a/buildfile
+++ b/buildfile
@@ -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