aboutsummaryrefslogtreecommitdiff
path: root/bdep/bdep.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/bdep.cxx')
-rw-r--r--bdep/bdep.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/bdep/bdep.cxx b/bdep/bdep.cxx
index f25bed3..b382776 100644
--- a/bdep/bdep.cxx
+++ b/bdep/bdep.cxx
@@ -28,6 +28,9 @@
#include <bdep/fetch.hxx>
#include <bdep/status.hxx>
#include <bdep/config.hxx>
+#include <bdep/test.hxx>
+#include <bdep/update.hxx>
+#include <bdep/clean.hxx>
using namespace std;
using namespace bdep;
@@ -262,6 +265,9 @@ try
COMMAND_IMPL (fetch, fetch, "fetch");
COMMAND_IMPL (status, status, "status");
COMMAND_IMPL (config, config, "config");
+ COMMAND_IMPL (test, test, "test");
+ COMMAND_IMPL (update, update, "update");
+ COMMAND_IMPL (clean, clean, "clean");
assert (false);
fail << "unhandled command";