Skip to content

Commit 390d300

Browse files
committed
test
1 parent 8b768b5 commit 390d300

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

cov_build.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ cmake -G Ninja -S entservices-inputoutput -B build/entservices-inputoutput \
214214
-include ${PWD}/entservices-testframework/Tests/mocks/pkg.h \
215215
-include ${PWD}/entservices-testframework/Tests/mocks/maintenanceMGR.h \
216216
-include ${PWD}/entservices-testframework/Tests/mocks/secure_wrappermock.h \
217+
-include ${PWD}/entservices-testframework/Tests/mocks/wpa_ctrl.h \
218+
-include ${PWD}/entservices-testframework/Tests/mocks/HdmiCec.h \
217219
--coverage -Wall -Werror -Wno-error=format \
218220
-Wl,-wrap,system -Wl,-wrap,popen -Wl,-wrap,syslog \
219221
-DENABLE_TELEMETRY_LOGGING -DUSE_IARMBUS \
@@ -225,7 +227,9 @@ cmake -G Ninja -S entservices-inputoutput -B build/entservices-inputoutput \
225227
-DRDK_SERVICES_COVERITY=ON \
226228
-DRDK_SERVICES_L1_TEST=ON \
227229
-DDS_FOUND=ON \
228-
-DPLUGIN_AVINPUT=ON \
230+
-DPLUGIN_HDMICECSOURCE=ON \
231+
-DPLUGIN_HDMICECSINK=ON \
232+
-DPLUGIN_HDCPPROFILE=ON \
229233

230234

231235
cmake --build build/entservices-inputoutput --target install

0 commit comments

Comments
 (0)