diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-07-19 19:26:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-07-20 17:30:05 +0300 |
commit | d4c243bde6d3043b6e04adf249f13e8275ddd528 (patch) | |
tree | 361d57156be541189442a9e868c0b878e8f6ea20 /tests/common.testscript | |
parent | 5d513688ae07d96910dd1eef83bdad4e9d780373 (diff) |
Add support for cfg-info
Diffstat (limited to 'tests/common.testscript')
-rw-r--r-- | tests/common.testscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common.testscript b/tests/common.testscript index 105bf3e..8af2cc7 100644 --- a/tests/common.testscript +++ b/tests/common.testscript @@ -33,6 +33,7 @@ test.options += --default-options $options_guard \ # as expected). # cfg_create = $* cfg-create +cfg_info = $* cfg-info cfg_link = $* cfg-link pkg_build = $* pkg-build pkg_checkout = $* pkg-checkout |