X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2Fcoverage.sh;h=1de97641e0138ed8a663d0c9620b5257ab1421d7;hp=29f8c99a7ad7b7f914dea601aa93ccfde413cda4;hb=56b97a180a53aecbfe9f7162b8ece3faae973cf9;hpb=b71f47acb89bd69ab204e9b8f550a2690087dfdc diff --git a/t/coverage.sh b/t/coverage.sh index 29f8c99..1de9764 100755 --- a/t/coverage.sh +++ b/t/coverage.sh @@ -38,10 +38,14 @@ if test -d "$srcdir"/.git/; then cp -a "$srcdir"/.git . # reset all files which are not part of the tarball - git checkout HEAD .gitignore .travis.yml + git checkout HEAD .gitignore .travis.yml t/cibuild.sh fi -./configure --enable-gcov --disable-shared CFLAGS="-O0 -g" +# rebuild build system to refresh version number, etc. +rm -f version +touch configure.ac && make configure + +./configure --enable-gcov CFLAGS="-O0 -g" make lcov --base-directory src --directory src --zerocount