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
Sebastian Schrader
Kea
Commits
271a74c3
Commit
271a74c3
authored
May 02, 2013
by
Jeremy C. Reed
Browse files
[master] remove correct directory for the clean-cpp-coverage target
The directory has been wrong for a long time. Reviewed via jabber.
parent
96f3f46a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
271a74c3
...
...
@@ -46,7 +46,7 @@ endif
clean-cpp-coverage
:
@
if
[
$(USE_LCOV)
=
yes
]
;
then
\
$(LCOV)
--directory
.
--zerocounters
;
\
rm
-rf
coverage
/
;
\
rm
-rf
$(abs_top_srcdir)
/coverage-cpp-html
/
;
\
else
\
echo
"C++ code coverage not enabled at configuration time."
;
\
echo
"Use: ./configure --with-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