Code

integration tests: Use LD_PRELOAD only when running SysDB tools.
[sysdb.git] / t / coverage.sh
index 29f8c99a7ad7b7f914dea601aa93ccfde413cda4..08e876ce81081861644c2fff6e7bd70ac406a836 100755 (executable)
@@ -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