Fixing 'all' run tests target.

pull/3983/head
Nicolas "Pixel" Noble 9 years ago
parent 21ca91a6a4
commit fe300456f7
  1. 3
      tools/run_tests/run_tests.py

@ -450,6 +450,9 @@ class Build(object):
def build_steps(self):
return []
def post_tests_steps(self):
return []
def makefile_name(self):
return 'Makefile'

Loading…
Cancel
Save