Browse Source

waf: run tests failed before on check

That avoids a failing test to "hide" behind some tests that were just modified
and fixed.
master
Gustavo Jose de Sousa 9 years ago committed by Lucas De Marchi
parent
commit
5c41b48621
  1. 1
      wscript

1
wscript

@ -178,6 +178,7 @@ def build(bld): @@ -178,6 +178,7 @@ def build(bld):
bld.recurse(d)
if bld.cmd == 'check':
bld.options.clear_failed_tests = True
if not bld.env.HAS_GTEST:
bld.fatal('check: gtest library is required')
bld.add_post_fun(ardupilotwaf.test_summary)

Loading…
Cancel
Save