Re: [PATCH v12 07/18] kunit: test: add initial tests

2019-08-12 Thread Stephen Boyd
Quoting Brendan Higgins (2019-08-12 11:24:10) > Add a test for string stream along with a simpler example. > > Signed-off-by: Brendan Higgins > Reviewed-by: Greg Kroah-Hartman > Reviewed-by: Logan Gunthorpe > --- Reviewed-by: Stephen Boyd

[PATCH v12 07/18] kunit: test: add initial tests

2019-08-12 Thread Brendan Higgins
Add a test for string stream along with a simpler example. Signed-off-by: Brendan Higgins Reviewed-by: Greg Kroah-Hartman Reviewed-by: Logan Gunthorpe --- kunit/Kconfig | 21 + kunit/Makefile | 4 ++ kunit/example-test.c | 88