]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[github43] Wrapped a line that was too long github43
authorTomek Mrugalski <tomasz@isc.org>
Wed, 31 Jan 2018 11:55:56 +0000 (12:55 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 31 Jan 2018 11:55:56 +0000 (12:55 +0100)
Makefile.am

index 3fc9abefcf39bfd0721e9f31aaf61b19da8a51c8..77ba61b61977018ac0e2ffc4547219edc7da7c8d 100644 (file)
@@ -100,7 +100,9 @@ endif
                        --ignore-errors gcov,source,graph \
                        --output report.info; \
                sed --in-place --expression "s|$(abs_top_srcdir)|$(abs_top_builddir)|g" report.info; \
-               "$(GENHTML)" --frames --show-details --title 'Kea code coverage report' --legend --function-coverage --ignore-errors source --demangle-cpp --output "$(OVERALL_COVERAGE_DIR)" report.info; \
+               "$(GENHTML)" --frames --show-details --title 'Kea code coverage report' --legend \
+                --function-coverage --ignore-errors source --demangle-cpp \
+                --output "$(OVERALL_COVERAGE_DIR)" report.info; \
                printf "Generated C++ code coverage report in HTML at %s.\n" "$(OVERALL_COVERAGE_DIR)"; \
        else \
                echo "C++ code coverage not enabled at configuration time." ; \