aboutsummaryrefslogtreecommitdiff
path: root/tests/common.test
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-14 19:18:09 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-14 19:18:09 +0300
commit58cd2d5788147c80d6f266b6984615bbd23516d7 (patch)
treefc8c25816553361390b435db1c9fab0eed84420b /tests/common.test
parentcbd7cabcc3e6b24e80521bfec230e905f420ff4f (diff)
Add deinit command test
Diffstat (limited to 'tests/common.test')
-rw-r--r--tests/common.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common.test b/tests/common.test
index 8e83b23..f66d9eb 100644
--- a/tests/common.test
+++ b/tests/common.test
@@ -26,6 +26,7 @@ status = $* status
init = $* init
sync = $* sync
fetch = $* fetch
+deinit = $* deinit
# All testscripts are named after bdep commands, for example sync.test. So the
# testscript scope id is a name of the command being tested.