patman: Update test_util to run doc tests
At present this function does not run the doctests. Allow the caller to pass these modules in as strings. Update patman to use this. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -58,7 +58,7 @@ def run_tests(processes, args):
|
||||
test_util.RunTestSuites(
|
||||
result, debug=True, verbosity=1, test_preserve_dirs=False,
|
||||
processes=processes, test_name=test_name, toolpath=[],
|
||||
test_class_list=[test_dtoc.TestDtoc,test_src_scan.TestSrcScan])
|
||||
class_and_module_list=[test_dtoc.TestDtoc,test_src_scan.TestSrcScan])
|
||||
|
||||
return test_util.ReportResult('binman', test_name, result)
|
||||
|
||||
|
Reference in New Issue
Block a user