From 023f1a286b7dfe80eb80a9e6924e492cf6f3f80a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 May 2018 10:34:31 +0200 Subject: Implement test, update, and clean commands --- bdep/buildfile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'bdep/buildfile') diff --git a/bdep/buildfile b/bdep/buildfile index 0fb8e8c..54ba5e4 100644 --- a/bdep/buildfile +++ b/bdep/buildfile @@ -14,6 +14,9 @@ import libs += libbutl%lib{butl} import libs += libodb%lib{odb} import libs += libodb-sqlite%lib{odb-sqlite} +# @@ Why don't we generate these with wildcard patterns (and rules below with +# a for-loop)? +# options_topics = \ bdep-options \ common-options \ @@ -24,7 +27,10 @@ init-options \ sync-options \ fetch-options \ status-options \ -config-options +config-options \ +test-options \ +update-options \ +clean-options help_topics = projects-configs @@ -64,6 +70,9 @@ if $cli.configured cli.cxx{fetch-options}: cli{fetch} cli.cxx{status-options}: cli{status} cli.cxx{config-options}: cli{config} + cli.cxx{test-options}: cli{test} + cli.cxx{update-options}: cli{update} + cli.cxx{clean-options}: cli{clean} # Help topics. # -- cgit v1.1