test-menu: move separator types into own methode

Origin commit data
------------------
Commit: b00c7eb981
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-10-27 (Sun, 27 Oct 2019)
This commit is contained in:
2019-10-27 22:56:48 +01:00
committed by vanhofen
parent b0dbd6f602
commit c05c9ab8b6
2 changed files with 23 additions and 12 deletions

View File

@@ -61,6 +61,7 @@ class CTestMenu : public CMenuTarget
void showHWTests(CMenuWidget *widget);
void showCCTests(CMenuWidget *widget);
void showMsgTests(CMenuWidget *widget);
void showSeparatorTypes(CMenuWidget *widget);
void showRecords();
void handleShellOutput(std::string *line, int *, bool *);
public: