Re: [PATCH 01/10] test: Add some tests for setexpr

2020-12-02 Thread Tom Rini
On Sun, Nov 01, 2020 at 02:15:35PM -0700, Simon Glass wrote: > This command currently has no tests. Add some for basic assignment and the > integer operations. > > Note that the default size for setexpr is ulong, which varies depending on > the build machine. So for sandbox on a 64-bit host, this

[PATCH 01/10] test: Add some tests for setexpr

2020-11-01 Thread Simon Glass
This command currently has no tests. Add some for basic assignment and the integer operations. Note that the default size for setexpr is ulong, which varies depending on the build machine. So for sandbox on a 64-bit host, this means that the default size is 64 bits. Signed-off-by: Simon Glass --