Tools: vagrant: install gcov for coverage and pexpect for autotest

This commit is contained in:
Peter Barker 2018-02-16 12:50:49 +11:00
parent e88be33c9e
commit 6fb9210c95
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@ apt-get install -y valgrind
# gdb support:
apt-get install -y gdb
# gcov support:
apt-get install -y gcovr lcov
# install pexpect for autotest.py
pip install pexpect
sudo -u $VAGRANT_USER ln -fs /vagrant/Tools/vagrant/screenrc /home/$VAGRANT_USER/.screenrc