Lines Matching +full:run +full:- +full:control
2 # SPDX-License-Identifier: GPL-2.0+
27 '../../build-sandbox_spl/scripts/dtc/pylibfdt'))
36 import control
40 """Run the functional tests and any embedded doctests
45 name to execute (as in 'binman -t testSections', for example)
46 processes: Number of processes to use to run tests (None=same as #CPUs)
59 suite.run(result)
63 sys.argv.append('-D')
65 sys.argv.append('-D')
67 # Run the entry tests first ,since these need to be the first to import the
84 concurrent_suite.run(result)
86 suite.run(result)
110 """Run the tests and check that we get 100% coverage"""
122 options: Command-line options
123 args: Non-option arguments
140 control.WriteEntryDocs(GetEntryModules())
144 ret_code = control.Binman(options, args)