Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
54a10a27
Commit
54a10a27
authored
Jun 19, 2011
by
Pieter Noordhuis
Browse files
Coverage report
parent
be5e943d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
54a10a27
...
@@ -136,6 +136,12 @@ gprof:
...
@@ -136,6 +136,12 @@ gprof:
gcov
:
gcov
:
$(MAKE)
CFLAGS
=
"-fprofile-arcs -ftest-coverage"
LDFLAGS
=
"-fprofile-arcs"
$(MAKE)
CFLAGS
=
"-fprofile-arcs -ftest-coverage"
LDFLAGS
=
"-fprofile-arcs"
coverage
:
gcov
make check
mkdir
-p
tmp/lcov
lcov
-d
.
-c
-o
tmp/lcov/hiredis.info
genhtml
--legend
-o
tmp/lcov/report tmp/lcov/hiredis.info
noopt
:
noopt
:
$(MAKE)
OPTIMIZATION
=
""
$(MAKE)
OPTIMIZATION
=
""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment