summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/lib/bitmap.sh
blob: 2da187b6ddad574374bf46f6ab756b9208e1f297 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# Runs bitmap infrastructure tests using test_bitmap kernel module

if /sbin/modprobe -q test_bitmap; then
	/sbin/modprobe -q -r test_bitmap
	echo "bitmap: ok"
else
	echo "bitmap: [FAIL]"
	exit 1
fi
ext.git/diff/?id=ab7cd8d83e5dba13027de66f1b008b08b30b71a4&id2=83fb8b055544a25ceeac34a666a2149331ea94bf'>Diffstat (limited to 'drivers')