Lines Matching +full:- +full:- +full:build +full:- +full:only
11 Samples should be limited in scope and should focus only on demonstrating non-trivial or
34 :zephyr_file:`tests/` folder. In a sample, the only thing you test is
38 2. Twister should be able to build every sample.
44 .. code-block:: yaml
49 - native_sim
51 - kernel
52 - condition_variables
57 - ".*Waited and joined with 3 threads"
59 * Do not mark the test as build only. A sample should be able to build *and*
61 execution. Twister only attempts to flash and execute the build binary if
65 ``extra_args`` or ``extra_configs`` options in the YAML file to build the
81 sample when changes are submitted to the Zephyr tree via a pull-request.