summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/lib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* selftests: lib: add prime_numbers.sh test to MakefileShuah Khan (Samsung OSG)2018-05-301-1/+1
| | | | | | prime_numbers.sh is not included in TEST_PROGS. Add it. Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
* test_bitmap: unit tests for lib/bitmap.cDavid Decotigny2016-02-201-1/+1
| | | | | | | | | | | This is mainly testing bitmap construction and conversion to/from u32[] for now. Tested: qemu i386, x86_64, ppc, ppc64 BE and LE, ARM. Signed-off-by: David Decotigny <decot@googlers.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* selftests: run lib/test_printf moduleKees Cook2015-11-071-0/+8
This runs the lib/test_printf module to make sure printf is operating sanely. Signed-off-by: Kees Cook <keescook@chromium.org> Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk> Cc: Shuah Khan <shuahkh@osg.samsung.com> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>