CTestMenu: add configure option --enable-testmenu

This commit is contained in:
2013-11-04 22:00:06 +01:00
committed by svenhoefer
parent ae78af966c
commit 6f700d80c0
4 changed files with 15 additions and 4 deletions

View File

@@ -58,7 +58,7 @@
extern int cs_test_card(int unit, char * str);
#ifdef TEST_MENU
CTestMenu::CTestMenu()
{
width = w_max (50, 10);
@@ -737,4 +737,3 @@ void CTestMenu::showHWTests(CMenuWidget *widget)
}
CFEManager::getInstance()->linkFrontends(true);
}
#endif