
25 Aug
2022
25 Aug
'22
3:25 a.m.
On Tue, 23 Aug 2022 at 14:53, Jae Hyun Yoo quic_jaehyoo@quicinc.com wrote:
Add test cases for the fru command.
Signed-off-by: Jae Hyun Yoo quic_jaehyoo@quicinc.com
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 sjg@chromium.org