From 9ef9eafca42b882c13cc9b333cf49c5501ec385f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 15 Jul 2017 15:28:00 +0300 Subject: Make use of wildcards in buildfiles --- buildfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'buildfile') diff --git a/buildfile b/buildfile index f373af4..fc04248 100644 --- a/buildfile +++ b/buildfile @@ -14,6 +14,10 @@ d = cli/ unit-tests/ # Note that to make sure we don't pick up some system-installed cli, we # default (in bootstrap.build) to leaving the cli module unconfigured. # +# Also note that creating distribution with the cli module unconfigured, you +# will end up with incomplete distribution directory (without tests, examples +# and options.cli file). +# if $cli.configured d += tests/ examples/ -- cgit v1.1