Files
u-boot/include
Simon Glass b25ff5cbaa dm: test: Add a way to run SPL tests
Add a -u flag for U-Boot SPL which requests that unit tests be run. To
make this work, export dm_test_main() and update it to skip test features
that are not used with of-platdata.

To run the tests:

   $ spl/u-boot-spl -u
   U-Boot SPL 2020.10-rc5 (Oct 01 2020 - 07:35:39 -0600)
   Running 0 driver model tests
   Failures: 0

At present there are no SPL unit tests.

Note that there is one wrinkle with these tests. SPL has limited memory
available for allocation. Also malloc_simple does not free memory
(free() is a nop) and running tests repeatedly causes driver-model to
reinit multiple times and allocate memory. Therefore it is not possible
to run more than a few tests at a time. One solution is to increase the
amount of malloc space in sandbox_spl. This is not a problem for pytest,
since it runs each test individually, so for now this is left as is.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-10-29 14:42:18 -06:00
..
2020-10-29 14:42:18 -06:00
2020-09-30 16:55:03 -04:00
2020-10-23 16:38:33 -04:00
2020-10-29 14:42:18 -06:00
2020-10-22 09:54:53 -04:00
2020-10-06 09:07:54 -06:00
2020-10-14 14:00:44 +08:00
2020-10-27 13:50:53 -04:00
2020-10-23 16:52:09 +05:30
2020-09-30 11:55:23 -04:00
2020-09-30 11:55:23 -04:00
2020-10-22 09:54:53 -04:00