Lines Matching refs:test
35 All of the above use the test/run script with a paremeter to select which tests
42 allows test to be executed without needing target hardware. The 'sandbox'
50 Many tests are available using the pytest suite, in test/py. This can run
52 inject test commands and check the result. It is slower to run than C code,
57 ./test/py/test.py --bd sandbox --build
59 This will produce HTML output in build-sandbox/test-log.html
65 ./test/py/test.py --bd sandbox_flattree --build -k hello
70 ./test/py/test.py --bd sandbox_spl --build -k test_spl
72 See test/py/README.md for more information about the pytest suite.
82 number of boards automatically. It can be used to create a continuous test
91 test/fs
92 File system test (shell script)
93 test/image
95 test/stdint
96 A test that stdint.h can be used in U-Boot (shell script)
106 If you add code to U-Boot without a test you are taking a risk. Even if you
118 - If you are adding a new uclass, add a sandbox driver and a test that uses it
119 - If you are modifying code covered by an existing test, add a new test case
122 very basic test is useful, and may be picked up and enhanced by others. It
123 is much easier to add onto a test - writing a new large test can seem