X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Fcoverage.sh;h=08e876ce81081861644c2fff6e7bd70ac406a836;hb=d8077043c91f5a519f20afa97b5c8720ac703f21;hp=29f8c99a7ad7b7f914dea601aa93ccfde413cda4;hpb=b71f47acb89bd69ab204e9b8f550a2690087dfdc;p=sysdb.git diff --git a/t/coverage.sh b/t/coverage.sh index 29f8c99..08e876c 100755 --- a/t/coverage.sh +++ b/t/coverage.sh @@ -38,10 +38,10 @@ 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" +./configure --enable-gcov CFLAGS="-O0 -g" make lcov --base-directory src --directory src --zerocount