mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 15:35:31 +00:00
put the comments at the right place
This commit is contained in:
parent
9bdf23bad0
commit
c1c56e85ae
4
debian/rules
vendored
4
debian/rules
vendored
@ -274,6 +274,8 @@ override_dh_auto_test:
|
|||||||
# polly tests
|
# polly tests
|
||||||
cd $(TARGET_BUILD)/ && $(MAKE) -C tools/polly/test/ check-polly || true
|
cd $(TARGET_BUILD)/ && $(MAKE) -C tools/polly/test/ check-polly || true
|
||||||
|
|
||||||
|
# The compression of the code coverage report is done in the
|
||||||
|
# hook B21GetCoverageResults on the server
|
||||||
if test "$(CODECOVERAGE)" = "yes"; then \
|
if test "$(CODECOVERAGE)" = "yes"; then \
|
||||||
REPORT=reports/llvm-toolchain.info; \
|
REPORT=reports/llvm-toolchain.info; \
|
||||||
mkdir -p reports/; \
|
mkdir -p reports/; \
|
||||||
@ -281,8 +283,6 @@ override_dh_auto_test:
|
|||||||
lcov --remove $$REPORT "/usr*" -o $$REPORT; \
|
lcov --remove $$REPORT "/usr*" -o $$REPORT; \
|
||||||
lcov --remove $$REPORT "$(TARGET_BUILD)/*" -o $$REPORT; \
|
lcov --remove $$REPORT "$(TARGET_BUILD)/*" -o $$REPORT; \
|
||||||
genhtml -o reports/coverage --show-details --highlight --legend $$REPORT; \
|
genhtml -o reports/coverage --show-details --highlight --legend $$REPORT; \
|
||||||
# The compression of the code coverage report is done in the
|
|
||||||
# hook B21GetCoverageResults on the server
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
override_dh_gencontrol:
|
override_dh_gencontrol:
|
||||||
|
Loading…
Reference in New Issue
Block a user