コード例 #1
0
def RunTestCoverage():
    """Run the tests and check that we get 100% coverage"""
    sys.argv = [sys.argv[0]]
    test_util.RunTestCoverage('tools/dtoc/dtoc.py', '/dtoc.py',
                              ['tools/patman/*.py', '*/fdt*', '*test*'],
                              options.build_dir)
コード例 #2
0
def RunTestCoverage():
    """Run the tests and check that we get 100% coverage"""
    test_util.RunTestCoverage('tools/dtoc/test_fdt.py', None,
                              ['tools/patman/*.py', '*test_fdt.py'],
                              options.build_dir)