Skip to content

Commit

Permalink
Update README for gmock (#562)
Browse files Browse the repository at this point in the history
Updating the README to reflect the new dependency. Also, removing duplicate libgtest-dev from the azure-pipeline script.
  • Loading branch information
bocon13 authored Mar 5, 2022
1 parent 9eac0ae commit 6c007c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Install build dependencies:

sudo apt-get install make libtool m4 autoconf dh-exec debhelper cmake pkg-config \
libhiredis-dev libnl-3-dev libnl-genl-3-dev libnl-route-3-dev \
libnl-nf-3-dev swig3.0 libpython2.7-dev libpython3-dev libgtest-dev \
libboost-dev
libnl-nf-3-dev swig3.0 libpython2.7-dev libpython3-dev \
libgtest-dev libgmock-dev libboost-dev

Install Google Test DEB package:
Build and Install Google Test and Mock from DEB source packages:

cd /usr/src/gtest && sudo cmake . && sudo make

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stages:
sudo apt-get update
sudo apt-get install -y make libtool m4 autoconf dh-exec debhelper cmake pkg-config \
libhiredis-dev libnl-3-dev libnl-genl-3-dev libnl-route-3-dev libnl-nf-3-dev swig3.0 \
libpython2.7-dev libgtest-dev libboost-dev libboost1.71-dev
libpython2.7-dev libboost-dev libboost1.71-dev
sudo apt-get install -y sudo
sudo apt-get install -y redis-server redis-tools
sudo apt-get install -y python3-pip
Expand Down

0 comments on commit 6c007c0

Please sign in to comment.