Re: [PATCH v2 4/4] test: cmd: add test for temperature command

2022-09-07 Thread Robert Marko
On Tue, Sep 6, 2022 at 11:18 PM Simon Glass wrote: > > Hi Robert, > H > On Tue, 6 Sept 2022 at 04:50, Robert Marko wrote: > > > > On Sat, Sep 3, 2022 at 3:54 AM Tom Rini wrote: > > > > > > On Fri, Aug 12, 2022 at 08:15:50PM +0200, Robert Marko wrote: > > > > > > > Add simple test for the

Re: [PATCH v2 4/4] test: cmd: add test for temperature command

2022-09-06 Thread Simon Glass
Hi Robert, H On Tue, 6 Sept 2022 at 04:50, Robert Marko wrote: > > On Sat, Sep 3, 2022 at 3:54 AM Tom Rini wrote: > > > > On Fri, Aug 12, 2022 at 08:15:50PM +0200, Robert Marko wrote: > > > > > Add simple test for the temperature command. > > > > > > Signed-off-by: Robert Marko > > >

Re: [PATCH v2 4/4] test: cmd: add test for temperature command

2022-09-06 Thread Robert Marko
On Sat, Sep 3, 2022 at 3:54 AM Tom Rini wrote: > > On Fri, Aug 12, 2022 at 08:15:50PM +0200, Robert Marko wrote: > > > Add simple test for the temperature command. > > > > Signed-off-by: Robert Marko > > Reviewed-by: Simon Glass > > --- > > test/cmd/Makefile | 1 + > >

Re: [PATCH v2 4/4] test: cmd: add test for temperature command

2022-09-02 Thread Tom Rini
On Fri, Aug 12, 2022 at 08:15:50PM +0200, Robert Marko wrote: > Add simple test for the temperature command. > > Signed-off-by: Robert Marko > Reviewed-by: Simon Glass > --- > test/cmd/Makefile | 1 + > test/cmd/temperature.c | 39 +++ > 2 files

Re: [PATCH v2 4/4] test: cmd: add test for temperature command

2022-08-13 Thread Simon Glass
On Fri, 12 Aug 2022 at 12:16, Robert Marko wrote: > > Add simple test for the temperature command. > > Signed-off-by: Robert Marko > --- > test/cmd/Makefile | 1 + > test/cmd/temperature.c | 39 +++ > 2 files changed, 40 insertions(+) > create mode

[PATCH v2 4/4] test: cmd: add test for temperature command

2022-08-12 Thread Robert Marko
Add simple test for the temperature command. Signed-off-by: Robert Marko --- test/cmd/Makefile | 1 + test/cmd/temperature.c | 39 +++ 2 files changed, 40 insertions(+) create mode 100644 test/cmd/temperature.c diff --git a/test/cmd/Makefile