On Sun, Aug 2, 2020 at 8:00 PM Arpitha Raghunandan 98.arpi@gmail.com wrote:
Converts test lib/test_uuid.c to KUnit. More information about KUnit can be found at https://www.kernel.org/doc/html/latest/dev-tools/kunit/index.html. This change is beneficial as KUnit provides a common framework for unit tests in the kernel. KUnit is fast as well.
Signed-off-by: Arpitha Raghunandan 98.arpi@gmail.com
Reviewed-by: Brendan Higgins brendanhiggins@google.com
Thanks!