diff --git a/test/define.yaml b/test/define.yaml index 22b7e50ca..e8bc1ae74 100644 --- a/test/define.yaml +++ b/test/define.yaml @@ -381,17 +381,6 @@ unit: coverage: perl/exec: full - # ******************************************************************************************************************************** - - name: help - - test: - # ---------------------------------------------------------------------------------------------------------------------------- - - name: help - total: 4 - - coverage: - command/help/help: full - # ******************************************************************************************************************************** - name: config @@ -704,6 +693,13 @@ unit: coverage: command/control/control: full + # ---------------------------------------------------------------------------------------------------------------------------- + - name: help + total: 4 + + coverage: + command/help/help: full + # ---------------------------------------------------------------------------------------------------------------------------- - name: info total: 3 diff --git a/test/src/module/help/helpTest.c b/test/src/module/command/helpTest.c similarity index 100% rename from test/src/module/help/helpTest.c rename to test/src/module/command/helpTest.c