Lines Matching full:test
10 parser = argparse.ArgumentParser(description='Parse test description')
15 parser.add_argument('-c', action='store_true', help="Display cycles (so passing test are displayed)…
48 # Load Output.pickle files for the test description
55 # Get test suites from the test descriptions
80 # For the test report we don't need the stderr
81 # in case of error since the test report is giving
156 axf="cprj/out/test/%s/Release/test.axf" % (build,)
157 elf="cprj/out/test/%s/Release/test.elf" % (build,)
186 # Test descriptions to use
188 # Test group to avoid
192 # Load all the test suite to run
199 # Test suite and output pickle needed to decode the result
267 <title>CMSIS-DSP Test summary</title>
303 buildFile="test.Release+%s" % build
323 … res=run("cbuild","-O", "cprj","test.csolution.yml","-c",buildFile,"--toolchain",compiler)
325 …res=run("cbuild","-O", "cprj","test.csolution.yml","-r","--update-rte","-c",buildFile,"--toolchain…
327 … res=run("cbuild","-O", "cprj","test.csolution.yml","-c",buildFile,"--toolchain",compiler)