configure: move option enable testmenu to enable testing

Testing is also plausible for general usage of other tests or other
experimental code parts.
This commit is contained in:
2014-09-19 10:33:02 +02:00
committed by [CST] Focus
parent 6ed7df9498
commit 201a6aa56e
3 changed files with 9 additions and 8 deletions

View File

@@ -71,7 +71,7 @@
#include "gui/sleeptimer.h"
#include "gui/update_menue.h"
#include "gui/streaminfo2.h"
#ifdef ENABLE_TEST_MENU
#ifdef ENABLE_TESTING
#include "gui/test_menu.h"
#endif
#include "gui/update.h"
@@ -301,7 +301,7 @@ void CNeutrinoApp::InitMenuMain()
}
}
#ifdef ENABLE_TEST_MENU
#ifdef ENABLE_TESTING
personalize.addItem(MENU_MAIN, new CMenuForwarder("Test menu", true, NULL, new CTestMenu()), NULL, false, CPersonalizeGui::PERSONALIZE_SHOW_NO);
#endif
}