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

@@ -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