summaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-15 15:28:00 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-15 17:24:52 +0300
commit9ef9eafca42b882c13cc9b333cf49c5501ec385f (patch)
tree12b81412d0686d19736f443b645e9b4c31f948b1 /buildfile
parent97cfc23a5805c8c31bd5c6d6824b1c390318c60b (diff)
Make use of wildcards in buildfiles
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile4
1 files changed, 4 insertions, 0 deletions
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/