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
No related branches found
No related tags found
No related merge requests found
...@@ -450,6 +450,9 @@ class Build(object): ...@@ -450,6 +450,9 @@ class Build(object):
def build_steps(self): def build_steps(self):
return [] return []
def post_tests_steps(self):
return []
def makefile_name(self): def makefile_name(self):
return 'Makefile' return 'Makefile'
......
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