Skip to content

Commit 6714443

Browse files
committed
Change HdmiCecSource test name in CMake
Signed-off-by: melhar098_comcast <[email protected]>
1 parent f21db99 commit 6714443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/L1Tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ add_plugin_test_ex(PLUGIN_HDMICECSINK tests/test_HdmiCecSink.cpp "${HDMICECSINK_
117117
# PLUGIN_HDMICECSOURCE
118118
set (HDMICECSOURCE_INC ${CMAKE_SOURCE_DIR}/../entservices-inputoutput/HdmiCecSource ${CMAKE_SOURCE_DIR}/../entservices-inputoutput/helpers)
119119
set (HDMICECSOURCE_LIBS ${NAMESPACE}HdmiCecSource ${NAMESPACE}HdmiCecSourceImplementation)
120-
add_plugin_test_ex(PLUGIN_HDMICECSOURCE tests/test_HdmiCecSource.cpp "${HDMICECSOURCE_INC}" "${HDMICECSOURCE_LIBS}")
120+
add_plugin_test_ex(PLUGIN_HDMICECSOURCE tests/min_default_fixture.cpp "${HDMICECSOURCE_INC}" "${HDMICECSOURCE_LIBS}")
121121

122122
# PLUGIN_AVINPUT
123123
set (AVINPUT_INC ${CMAKE_SOURCE_DIR}/../entservices-inputoutput/AVInput ${CMAKE_SOURCE_DIR}/../entservices-inputoutput/helpers)

Tests/L1Tests/tests/min_default_fixture.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,4 +692,4 @@ TEST_F(HdmiCecSourceInitializedEventTest, powerModeChanged)
692692
Plugin::HdmiCecSourceImplementation::_instance->onPowerModeChanged(WPEFramework::Exchange::IPowerManager::POWER_STATE_OFF, WPEFramework::Exchange::IPowerManager::POWER_STATE_ON);
693693

694694

695-
}
695+
}

0 commit comments

Comments
 (0)