configure: move option enable testmenu to enable testing

Testing is also plausible for general usage of other tests or other
experimental code parts.


Origin commit data
------------------
Commit: 201a6aa56e
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-09-19 (Fri, 19 Sep 2014)
This commit is contained in:
2014-09-19 10:33:02 +02:00
committed by [CST] Focus
parent dd38ab8410
commit 2dbbd10ce7
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
}