Lines Matching refs:test
26 allows test to be executed without needing target hardware. The 'sandbox'
33 Many tests are available using the pytest suite, in test/py. This can run
35 inject test commands and check the result. It is slower to run than C code,
40 ./test/py/test.py --bd sandbox --build
42 This will produce HTML output in build-sandbox/test-log.html
44 See test/py/README.md for more information about the pytest suite.
52 number of boards automatically. It can be used to create a continuous test
61 test/fs - File system test (shell script)
62 test/image - FIT and legacy image tests (shell script and Python)
63 test/stdint - A test that stdint.h can be used in U-Boot (shell script)
72 If you add code to U-Boot without a test you are taking a risk. Even if you
84 - If you are adding a new uclass, add a sandbox driver and a test that uses it
85 - If you are modifying code covered by an existing test, add a new test case
88 very basic test is useful, and may be picked up and enhanced by others. It
89 is much easier to add onto a test - writing a new large test can seem