Skip to content

Commit 92052a1

Browse files
authored
Merge pull request #165 from rdkcentral/develop
RDKEMW-1015 - Update gtest (#155)
2 parents 382d356 + 343ef1c commit 92052a1

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/L1-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ jobs:
435435
-DPLUGIN_AVINPUT=ON
436436
-DPLUGIN_HDMIINPUT=ON
437437
-DPLUGIN_HDCPPROFILE=ON
438-
-DPLUGIN_HDMICECSOURCE=OFF
438+
-DPLUGIN_HDMICECSOURCE=ON
439439
-DPLUGIN_HDMICECSINK=OFF
440440
-DUSE_THUNDER_R4=ON
441441
-DHIDE_NON_EXTERNAL_SYMBOLS=OFF
@@ -513,7 +513,7 @@ jobs:
513513
-DPLUGIN_AVINPUT=ON
514514
-DPLUGIN_HDMIINPUT=ON
515515
-DPLUGIN_HDCPPROFILE=ON
516-
-DPLUGIN_HDMICECSOURCE=OFF
516+
-DPLUGIN_HDMICECSOURCE=ON
517517
-DPLUGIN_HDMICECSINK=OFF
518518
-DRDK_SERVICES_L1_TEST=ON
519519
-DUSE_THUNDER_R4=ON

Tests/L1Tests/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,10 @@ add_plugin_test_ex(PLUGIN_HDMIINPUT tests/test_HdmiInput.cpp "${HDMIINPUT_INC}"
114114
add_plugin_test_ex(PLUGIN_HDMICEC2 tests/test_HdmiCec2.cpp "../../HdmiCec_2" "${NAMESPACE}HdmiCec_2")
115115

116116
# PLUGIN_HDMICECSINK
117-
set (HDMICECSINK_INC ${CMAKE_SINK_DIR}/../entservices-inputoutput/HdmiCecSink ${CMAKE_SINK_DIR}/../entservices-inputoutput/helpers)
117+
set (HDMICECSINK_INC ${CMAKE_SOURCE_DIR}/../entservices-inputoutput/HdmiCecSink ${CMAKE_SOURCE_DIR}/../entservices-inputoutput/helpers)
118118
set (HDMICECSINK_LIBS ${NAMESPACE}HdmiCecSink ${NAMESPACE}HdmiCecSinkImplementation)
119119
add_plugin_test_ex(PLUGIN_HDMICECSINK tests/test_HdmiCecSink.cpp "${HDMICECSINK_INC}" "${HDMICECSINK_LIBS}")
120120

121-
122121
# PLUGIN_HDMICECSOURCE
123122
set (HDMICECSOURCE_INC ${CMAKE_SOURCE_DIR}/../entservices-inputoutput/HdmiCecSource ${CMAKE_SOURCE_DIR}/../entservices-inputoutput/helpers)
124123
set (HDMICECSOURCE_LIBS ${NAMESPACE}HdmiCecSource ${NAMESPACE}HdmiCecSourceImplementation)

Tests/L1Tests/tests/test_HdmiCecSink.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
#include <fstream>
2323
#include <string>
2424

25+
26+
#include "HdmiCecSinkImplementation.h"
27+
#include "HdmiCecSinkMock.h"
2528
#include "HdmiCecSink.h"
2629
#include "FactoriesImplementation.h"
2730
#include "IarmBusMock.h"

0 commit comments

Comments
 (0)