]> git.baikalelectronics.ru Git - kernel.git/commit
test_bitmap: unit tests for lib/bitmap.c
authorDavid Decotigny <decot@googlers.com>
Fri, 19 Feb 2016 14:24:00 +0000 (09:24 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Feb 2016 03:54:09 +0000 (22:54 -0500)
commitbb8df38e95a797fddef5d73b3d4bbb5b4dea95e5
tree17e2cfd6f198fe731c75c01ec9eca263ba8cb6ca
parent0d139076744fc86048367d29b406c5163da70415
test_bitmap: unit tests for lib/bitmap.c

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>
lib/Kconfig.debug
lib/Makefile
lib/test_bitmap.c [new file with mode: 0644]
tools/testing/selftests/lib/Makefile
tools/testing/selftests/lib/bitmap.sh [new file with mode: 0755]