Update of the report file for the code coverage

This commit is contained in:
Sylvestre Ledru 2013-05-30 08:32:41 +00:00
parent c1b01078bc
commit 3b524bad08

2
debian/rules vendored
View File

@ -232,7 +232,7 @@ override_dh_auto_test:
cd build-llvm/ && $(MAKE) check-polly -C tools/polly/test/ || true
if test "$(CODECOVERAGE)" = "yes"; then \
REPORT=reports/scilab-code-coverage.info; \
REPORT=reports/llvm-toolchain.info; \
mkdir -p reports/; \
lcov --directory build-llvm/ --capture --ignore-errors source --output-file $$REPORT; \
lcov --remove $$REPORT "/usr*" -o $$REPORT; \