Lines Matching +refs:run +refs:many +refs:tests
6 The target runner module implements a gRPC server designed to run executables
7 in parallel. These executables may be run directly on the host, or flashed to
13 executables among a pool of workers that run in parallel. This allows things
14 like unit tests to be run across multiple devices simultaneously, greatly
15 reducing the overall time it takes to run a collection of tests.
17 Additionally, the server allows many executables to be queued up at once and
18 scheduled across available devices, making it possible to automatically run unit
19 tests from a Ninja build after code is updated. This integrates nicely with the
20 ``pw watch`` command to re-run all affected unit tests after modifying code.
25 some custom workers for the desired target to run passed executables.
30 program should be sufficient to quickly get unit tests running in a simple
75 To start the standalone server, run the ``pw_target_runner_server`` program and
85 To request the server to run an executable, run the ``pw_target_runner_client``,