mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user