From 388da73246c061fed07c5e411b33b33096d4c074 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 14 Oct 2021 14:21:50 +0200 Subject: Fix installation of tests subproject --- cli/buildfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.1