Skip to content
Snippets Groups Projects
Commit b27f8064 authored by Lars Bilke's avatar Lars Bilke
Browse files

Fixed typo.

parent 85fb0c61
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ LINK_LIBRARIES(gcov)
# Param _testrunner The name of the target which runs the tests
# Param _outputname lcov output is generated as _outputname.info
# HTML report is generated in _outputname/index.html
FUNCTION(SETUP_TARGET_FOR_COVERAGE _targetname _testrunnerexe _outputname)
FUNCTION(SETUP_TARGET_FOR_COVERAGE _targetname _testrunner _outputname)
# Setup target
ADD_CUSTOM_TARGET(${_targetname}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment