Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
c833484e5f3872a38fe232c663586069d5ad9645
/
.
/
tools
/
testing
/
selftests
/
lib
/
bitmap.sh
blob: 2da187b6ddad574374bf46f6ab756b9208e1f297 [
file
] [
log
] [
blame
]
#!/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