Re: [PATCH v5 21/29] test: Add hexdump.h to the unit test header

2020-04-15 Thread Bin Meng
On Thu, Apr 9, 2020 at 6:58 AM Simon Glass wrote: > > Since ut_asserteq_mem() uses bin2hex() we should include this header in > ut.h to avoid errors. Add it. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --- > > Changes in v5: None > Changes in v4: None > Changes in v3: > - Ad

[PATCH v5 21/29] test: Add hexdump.h to the unit test header

2020-04-08 Thread Simon Glass
Since ut_asserteq_mem() uses bin2hex() we should include this header in ut.h to avoid errors. Add it. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- Changes in v5: None Changes in v4: None Changes in v3: - Add new patch to add hexdump.h to the unit test header Changes in v2: None