[sonic-slave]: Add gmock for sonic-swss-common tests (#8950)
Sonic-swss-common requires gmock for staged unit tests Signed-off-by: Don Newton <don@opennetworking.org>
This commit is contained in:
parent
7de673cb5b
commit
51c9c98648
@ -235,6 +235,8 @@ RUN apt-get update && apt-get install -y \
|
||||
# For gtest
|
||||
libgtest-dev \
|
||||
cmake \
|
||||
# For gmock
|
||||
libgmock-dev \
|
||||
# For pam_tacplus build
|
||||
autoconf-archive \
|
||||
# For iproute2
|
||||
|
@ -243,6 +243,8 @@ RUN apt-get update && apt-get install -y \
|
||||
# For gtest
|
||||
libgtest-dev \
|
||||
cmake \
|
||||
# For gmock
|
||||
libgmock-dev \
|
||||
# For pam_tacplus build
|
||||
autoconf-archive \
|
||||
# For iproute2
|
||||
|
Reference in New Issue
Block a user