lib/uuid: add a test module
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 30 May 2016 14:40:41 +0000 (17:40 +0300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 30 May 2016 22:26:57 +0000 (15:26 -0700)
commitcfaff0e515b544fa0a9cdc58a975cc629ff3bc17
treeb3e2ab47add4b69f0cb8f75375e1e1a79fb1338f
parent1a695a905c18548062509178b98bc91e67510864
lib/uuid: add a test module

It appears that somehow I missed a test of the latest UUID rework which
landed in the kernel.  Present a small test module to avoid such cases
in the future.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/Kconfig.debug
lib/Makefile
lib/test_uuid.c [new file with mode: 0644]