Re: [PATCH 2/2] test: unit test for semihosting

2023-08-15 Thread Tom Rini
On Mon, Jul 31, 2023 at 10:01:21PM +0200, Heinrich Schuchardt wrote: > Provide a unit test for semihosting testing reading and writing a file. > > Signed-off-by: Heinrich Schuchardt > Reviewed-by: Sean Anderson Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 2/2] test: unit test for semihosting

2023-07-31 Thread Sean Anderson
On 7/31/23 16:01, Heinrich Schuchardt wrote: Provide a unit test for semihosting testing reading and writing a file. Signed-off-by: Heinrich Schuchardt --- test/py/tests/test_semihosting/conftest.py| 23 + test/py/tests/test_semihosting/test_hostfs.py | 33

[PATCH 2/2] test: unit test for semihosting

2023-07-31 Thread Heinrich Schuchardt
Provide a unit test for semihosting testing reading and writing a file. Signed-off-by: Heinrich Schuchardt --- test/py/tests/test_semihosting/conftest.py| 23 + test/py/tests/test_semihosting/test_hostfs.py | 33 +++ 2 files changed, 56 insertions(+) create mode