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