diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-06-02 00:59:35 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-06-02 13:15:06 +0200 |
commit | f6e0f4556eabc8c2629d16ae599a153392d30d05 (patch) | |
tree | 1e2086e73968ef6ca8558b919b014e731860db09 /Makefile.am | |
parent | efc7c1d86f1543870712d1a0ef4eecd67e933921 (diff) | |
download | curl-f6e0f4556eabc8c2629d16ae599a153392d30d05.tar.gz |
build: provide easy code coverage measuring
Closes #1528
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f4037d702..510838317 100644 --- a/Makefile.am +++ b/Makefile.am @@ -144,7 +144,7 @@ WINBUILD_DIST = winbuild/BUILD.WINDOWS.txt winbuild/gen_resp_file.bat \ EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \ RELEASE-NOTES buildconf libcurl.pc.in MacOSX-Framework scripts/zsh.pl \ scripts/updatemanpages.pl $(CMAKE_DIST) $(VC_DIST) $(WINBUILD_DIST) \ - lib/libcurl.vers.in buildconf.bat + lib/libcurl.vers.in buildconf.bat scripts/coverage.sh CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP) $(VC7_LIBVCPROJ) $(VC7_SRCVCPROJ) \ $(VC71_LIBVCPROJ) $(VC71_SRCVCPROJ) $(VC8_LIBVCPROJ) $(VC8_SRCVCPROJ) \ |