Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
a8a5e627
Commit
a8a5e627
authored
Feb 19, 2016
by
Hisham
Browse files
Force -lgcov harder when running `make coverage`.
Shouldn't be needed, but I had to make this tweak to make this work again.
parent
f5ddb974
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile.am
View file @
a8a5e627
...
@@ -95,7 +95,7 @@ debug:
...
@@ -95,7 +95,7 @@ debug:
$(MAKE)
all
CFLAGS
=
""
AM_CPPFLAGS
=
"-ggdb -DDEBUG"
$(MAKE)
all
CFLAGS
=
""
AM_CPPFLAGS
=
"-ggdb -DDEBUG"
coverage
:
coverage
:
$(MAKE)
all
CFLAGS
=
""
AM_CPPFLAGS
=
"-fprofile-arcs -ftest-coverage -DDEBUG"
AM_
LDFLAGS
=
"-lgcov"
$(MAKE)
all
CFLAGS
=
""
AM_CPPFLAGS
=
"-fprofile-arcs -ftest-coverage -DDEBUG"
LDFLAGS
=
"-lgcov"
.c.h
:
.c.h
:
@
srcdir@/scripts/MakeHeader.py
$<
@
srcdir@/scripts/MakeHeader.py
$<
...
...
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