Lines Matching full:scripts
45 with twister, but with a dedicated set of tests scripts.
48 scripts contained in that folder are used by the CI system to build the needed images and execute
91 The scripts also expect a few environment variables to be set.
143 Build scripts
146 The build scripts ``compile.sh`` simply build all the required test and sample applications
147 for the tests' scripts placed in the subfolders below.
149 This build scripts use the common compile.source which provide a function (compile) which calls
152 To speed up compilation for users interested only in a subset of tests, several compile scripts
156 required, and some Zephyr users do not use or have west, but still use the build and tests scripts.
158 Test scripts
169 scripts in order to benefit everyone and conserve homogeneity. You can of course discuss it first in
172 Scripts starting with an underscore (``_``) are not automatically discovered and run. They can serve
182 - Scripts expect that the binaries they require are already built. They should not compile binaries.
183 - Scripts will spawn the processes for every simulated device and the physical layer simulation.
184 - Scripts must return 0 to the invoking shell if the test passes, and not 0 if the test fails.
186 - Neither the scripts nor the images should modify the workstation filesystem content beyond the