diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-25 21:34:14 +0300 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-26 14:28:45 +0200 |
commit | cc7608840f0002bf929165cee4c74791261dc8c2 (patch) | |
tree | 1e628f5259798adcaaa9769578944413b2169b7e /tests/common.test | |
parent | f4e192564a6e048eef14f21ab4d269874b6bfba3 (diff) |
Add config command tests
Diffstat (limited to 'tests/common.test')
-rw-r--r-- | tests/common.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common.test b/tests/common.test index f872ccb..0b1153c 100644 --- a/tests/common.test +++ b/tests/common.test @@ -31,6 +31,7 @@ new = $* new status = $* status sync = $* sync update = $* update +config = $* config # All testscripts are named after bdep commands, for example sync.test. So the # testscript scope id is a name of the command being tested. |