Re: [PATCH v4 9/9] cyclic: Add a simple test

2022-08-16 Thread Stefan Roese
Hi Simon, On 16.08.22 13:48, Simon Glass wrote: On Tue, 16 Aug 2022 at 04:28, Stefan Roese wrote: Add a test for cyclic function registration and activation. Signed-off-by: Stefan Roese --- v4: - New patch test/common/Makefile | 1 + test/common/cyclic.c | 31

Re: [PATCH v4 9/9] cyclic: Add a simple test

2022-08-16 Thread Simon Glass
On Tue, 16 Aug 2022 at 04:28, Stefan Roese wrote: > > Add a test for cyclic function registration and activation. > > Signed-off-by: Stefan Roese > --- > v4: > - New patch > > test/common/Makefile | 1 + > test/common/cyclic.c | 31 +++ > test/test-main.c | 3

[PATCH v4 9/9] cyclic: Add a simple test

2022-08-16 Thread Stefan Roese
Add a test for cyclic function registration and activation. Signed-off-by: Stefan Roese --- v4: - New patch test/common/Makefile | 1 + test/common/cyclic.c | 31 +++ test/test-main.c | 3 +++ 3 files changed, 35 insertions(+) create mode 100644