Skip to content
Snippets Groups Projects
Commit 1bf6f68a authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #3983 from nicolasnoble/coverage-support

Fixing 'all' run tests target.
parents 9be9939e fe300456
Branches
Tags
No related merge requests found
......@@ -450,6 +450,9 @@ class Build(object):
def build_steps(self):
return []
def post_tests_steps(self):
return []
def makefile_name(self):
return 'Makefile'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment