Re: [PATCH v2 2/5] kunit: kunit-test: Remove stub for log tests

2024-06-21 Thread Rae Moar
On Tue, Jun 18, 2024 at 1:03 PM Ivan Orlov wrote: > > Since now we are exporting string-stream functions into the KUnit > namespace, we can safely use them in kunit-test when it is compiled as > a module as well. So, remove the stubs used when kunit-test is compiled > as a module. Import the KUnit

[PATCH v2 2/5] kunit: kunit-test: Remove stub for log tests

2024-06-18 Thread Ivan Orlov
Since now we are exporting string-stream functions into the KUnit namespace, we can safely use them in kunit-test when it is compiled as a module as well. So, remove the stubs used when kunit-test is compiled as a module. Import the KUnit namespace in the test. Reviewed-by: David Gow Signed-off-b