Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
mbedtls
Commits
afe8f53e
Commit
afe8f53e
authored
Jan 23, 2015
by
Manuel Pégourié-Gonnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix error in lcov target
parent
d43ccb66
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
Makefile
Makefile
+1
-1
No files found.
CMakeLists.txt
View file @
afe8f53e
...
...
@@ -103,7 +103,7 @@ if(ENABLE_TESTING)
COMMAND lcov --add-tracefile files.info --add-tracefile tests.info -o all.info
COMMAND lcov --remove all.info -o final.info '*.h'
COMMAND gendesc tests/Descriptions.txt -o descriptions
COMMAND genhtml --title mbed TLS --description-file descriptions --keep-descriptions --legend --no-branch-coverage -o Coverage final.info
COMMAND genhtml --title
"
mbed TLS
"
--description-file descriptions --keep-descriptions --legend --no-branch-coverage -o Coverage final.info
COMMAND rm -f files.info tests.info all.info final.info descriptions
)
...
...
Makefile
View file @
afe8f53e
...
...
@@ -71,7 +71,7 @@ lcov:
lcov
--add-tracefile
files.info
--add-tracefile
tests.info
-o
all.info
lcov
--remove
all.info
-o
final.info
'*.h'
gendesc tests/Descriptions.txt
-o
descriptions
genhtml
--title
mbed TLS
--description-file
descriptions
--keep-descriptions
--legend
--no-branch-coverage
-o
Coverage final.info
genhtml
--title
"
mbed TLS
"
--description-file
descriptions
--keep-descriptions
--legend
--no-branch-coverage
-o
Coverage final.info
rm
-f
files.info tests.info all.info final.info descriptions
apidoc
:
...
...
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