Skip to content

Commit a111184

Browse files
committed
test
1 parent 14ff20f commit a111184

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cov_build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ mkdir -p headers/rdk/iarmbus
131131
mkdir -p headers/rdk/iarmmgrs-hal
132132
mkdir -p headers/ccec/drivers
133133
mkdir -p headers/network
134+
mkdir -p headers/proc
134135
echo "dir created successfully"
135136
echo "======================================================================================"
136137

@@ -197,6 +198,9 @@ cmake -G Ninja -S entservices-inputoutput -B build/entservices-inputoutput \
197198
-DCMAKE_DISABLE_FIND_PACKAGE_IARMBus=ON \
198199
-DCMAKE_DISABLE_FIND_PACKAGE_RFC=ON \
199200
-DCMAKE_DISABLE_FIND_PACKAGE_DS=ON \
201+
-DCMAKE_DISABLE_FIND_PACKAGE_Udev=ON \
202+
-DCMAKE_DISABLE_FIND_PACKAGE_RBus=ON \
203+
-DCMAKE_DISABLE_FIND_PACKAGE_CEC=ON \
200204
-DCMAKE_CXX_FLAGS="-DEXCEPTIONS_ENABLE=ON \
201205
-I ${PWD}/entservices-testframework/Tests/headers \
202206
-I ${PWD}/entservices-testframework/Tests/headers/audiocapturemgr \

0 commit comments

Comments
 (0)