mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-09 06:38:36 +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:
@@ -117,7 +117,7 @@ libneutrino_gui_a_SOURCES = \
|
||||
webtv_setup.cpp \
|
||||
zapit_setup.cpp
|
||||
|
||||
if ENABLE_TEST_MENU
|
||||
if ENABLE_TESTING
|
||||
libneutrino_gui_a_SOURCES += \
|
||||
test_menu.cpp
|
||||
endif
|
||||
|
@@ -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