CTestMenu: add configure option --enable-testmenu

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6f700d80c0
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-11-04 (Mon, 04 Nov 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2013-11-04 22:00:06 +01:00
committed by vanhofen
parent 0c53c7c9a4
commit 0beff26b1f
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