Re: [PATCH 1/2] kunit: Support for Parameterized Testing

2020-10-14 Thread Arpitha Raghunandan
On 12/10/20 4:30 pm, Marco Elver wrote: > On Sat, 10 Oct 2020 at 16:54, Arpitha Raghunandan <98.a...@gmail.com> wrote: >> Implementation of support for parameterized testing in KUnit. >> >> Signed-off-by: Arpitha Raghunandan <98.a...@gmail.com> >> --- >> include/kunit/test.h | 29

Re: [PATCH 1/2] kunit: Support for Parameterized Testing

2020-10-12 Thread Marco Elver
On Sat, 10 Oct 2020 at 16:54, Arpitha Raghunandan <98.a...@gmail.com> wrote: > Implementation of support for parameterized testing in KUnit. > > Signed-off-by: Arpitha Raghunandan <98.a...@gmail.com> > --- > include/kunit/test.h | 29 + > lib/kunit/test.c | 44

[PATCH 1/2] kunit: Support for Parameterized Testing

2020-10-10 Thread Arpitha Raghunandan
Implementation of support for parameterized testing in KUnit. Signed-off-by: Arpitha Raghunandan <98.a...@gmail.com> --- include/kunit/test.h | 29 + lib/kunit/test.c | 44 +++- 2 files changed, 72 insertions(+), 1