Searched refs:runner (Results 1 – 3 of 3) sorted by relevance
/cmsis-dsp-latest/Testing/ |
D | testmain.cpp | 65 Client::IORunner runner(&io,&mgr,Testing::kTestOnly); in testmain() local 69 Client::IORunner runner(&io,&mgr,Testing::kTestAndDump); in testmain() local 77 d.accept(&runner); in testmain()
|
D | requirements.txt | 1 python-matrix-runner~=1.1.0
|
D | README.md | 336 A Runner is just an implementation of the visitor pattern. A runner is applied to the tree of tests. 337 In case of the IO runner, an IO mechanism and a memory manager must be provided. 339 The runner is running a test and for benchmark measuring the cycles. 359 When instantiating a runner, you can specify the running mode with an enum. For instance Testing::k… 546 Client::IORunner runner(&io,&mgr,Testing::kTestOnly); 552 Client::IORunner runner(&io,&mgr,Testing::DumpOnly); 558 Client::IORunner runner(&io,&mgr,Testing::kTestAndDump); 579 * Apply the runner to the root object
|