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
80ef119f
Commit
80ef119f
authored
Mar 25, 2015
by
Hisham Muhammad
Browse files
Add coverage testing rules
parent
70abaadb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
80ef119f
...
@@ -74,9 +74,18 @@ profile:
...
@@ -74,9 +74,18 @@ profile:
debug
:
debug
:
$(MAKE)
all
CFLAGS
=
""
AM_CPPFLAGS
=
"-ggdb -DDEBUG"
$(MAKE)
all
CFLAGS
=
""
AM_CPPFLAGS
=
"-ggdb -DDEBUG"
coverage
:
$(MAKE)
all
CFLAGS
=
""
AM_CPPFLAGS
=
"-fprofile-arcs -ftest-coverage -DDEBUG"
AM_LDFLAGS
=
"-lgcov"
.c.h
:
.c.h
:
@
srcdir@/scripts/MakeHeader.py
$<
@
srcdir@/scripts/MakeHeader.py
$<
cppcheck
:
cppcheck
:
cppcheck
-q
-v
.
--enable
=
all
-DHAVE_CGROUP
-DHAVE_OPENVZ
-DHAVE_TASKSTATS
cppcheck
-q
-v
.
--enable
=
all
-DHAVE_CGROUP
-DHAVE_OPENVZ
-DHAVE_TASKSTATS
.PHONY
:
lcov
lcov
:
mkdir
-p
lcov
lcov
--capture
--directory
.
--output-file
coverage.info
genhtml coverage.info
--output-directory
lcov
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