提交 f855e91f 编写于 作者: D Daniel P. Berrange

Only run coverage tests if lcov is installed

上级 d007428d
Thu May 29 16:43:00 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* autobuild.sh: Only run converage tests if lcov is installed
Thu May 29 16:09:00 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* qemud/Makefile.am: Change internal.h to qemud.h to fix
......
......@@ -24,7 +24,7 @@ make install
set -o pipefail
make check 2>&1 | tee $RESULTS
make syntax-check 2>&1 | tee -a $RESULTS
make cov
test -x /usr/bin/lcov && make cov
rm -f *.tar.gz
make dist
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册