Re: [PATCH V7 7/8] test: add test cases for adding hex integer value API

2022-12-18 Thread lihuisong (C)
在 2022/12/16 17:31, Bruce Richardson 写道: On Fri, Dec 16, 2022 at 09:54:27AM +0800, Huisong Li wrote: Add test cases for adding hexadecimal unsigned integer value API. Signed-off-by: Huisong Li Acked-by: Morten Brørup Acked-by: Chengwen Feng --- The coding style is still a little off for i

Re: [PATCH V7 7/8] test: add test cases for adding hex integer value API

2022-12-16 Thread Bruce Richardson
On Fri, Dec 16, 2022 at 09:54:27AM +0800, Huisong Li wrote: > Add test cases for adding hexadecimal unsigned integer value API. > > Signed-off-by: Huisong Li > Acked-by: Morten Brørup > Acked-by: Chengwen Feng > --- The coding style is still a little off for indentation, but otherwise ok. Ack

[PATCH V7 7/8] test: add test cases for adding hex integer value API

2022-12-15 Thread Huisong Li
Add test cases for adding hexadecimal unsigned integer value API. Signed-off-by: Huisong Li Acked-by: Morten Brørup Acked-by: Chengwen Feng --- app/test/test_telemetry_data.c | 150 + 1 file changed, 150 insertions(+) diff --git a/app/test/test_telemetry_data.c