We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50e7ce commit 9183d8bCopy full SHA for 9183d8b
deploy.sh
@@ -64,7 +64,7 @@ elif [ "$1" == "gtest-setup" ]; then
64
sudo apt-get update
65
sudo apt-get install -y build-essential
66
sudo apt-get install -y cmake libgtest-dev
67
- sudo apt-get install gcov gcovr
+ sudo apt-get install -y gcovr
68
echo "Building GTest"
69
cd /usr/src/gtest
70
sudo cmake CMakeLists.txt
0 commit comments