summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-10-14 14:21:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-10-14 14:21:50 +0200
commit388da73246c061fed07c5e411b33b33096d4c074 (patch)
tree583f58a094e0008f243f2d9c8a3f39eee705f31b
parent17ca8c504f73c339d6df1c2c04cf2057f7e9d4fd (diff)
Fix installation of tests subproject
-rw-r--r--cli/buildfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/buildfile b/cli/buildfile
index 5cbb37a..c9e2e50 100644
--- a/cli/buildfile
+++ b/cli/buildfile
@@ -3,6 +3,7 @@
./: {*/ -build/} doc{INSTALL NEWS README} legal{LICENSE} manifest
-# Don't install the INSTALL file.
+# Don't install tests or the INSTALL file.
#
+tests/: install = false
doc{INSTALL}@./: install = false