Hi Simon,
On 8/24/2022 6:25 PM, Simon Glass wrote:
On Tue, 23 Aug 2022 at 14:53, Jae Hyun Yoo <[email protected]> wrote:
Add test cases for the fru command.
Signed-off-by: Jae Hyun Yoo <[email protected]>
---
Changes from v2:
* Newly added in v3. (Simon)
include/test/suites.h | 1 +
test/cmd/Makefile | 1 +
test/cmd/fru.c | 84 +++++++++++++++++++++++++++++++++++++++++++
test/cmd_ut.c | 6 ++++
4 files changed, 92 insertions(+)
create mode 100644 test/cmd/fru.c
Reviewed-by: Simon Glass <[email protected]>
Oh, you found this unit test script. Thanks for your review!
Jae