blob: 09872464e4f946607ebb071c40e430b2a9f844b8 [file] [log] [blame]
#!/bin/sh
set -xe
if [ ! -e lcov/ ] ; then
git clone https://github.com/linux-test-project/lcov.git
cd lcov
git checkout v1.14
sudo make install
fi