test:
grep -q dhwk /proc/modules || (cd driver; ./build; sudo insmod dhwk.ko)
dd if=/dev/urandom of=/tmp/in bs=1024 count=1024
- dd if=/dev/dhwk of=/tmp/out bs=1024 count=1024&
+ (dd if=/dev/dhwk of=/tmp/out bs=1024 count=1024; md5sum /tmp/in /tmp/out)&
dd if=/tmp/in of=/dev/dhwk bs=1024 count=1024
- sleep 1
- md5sum /tmp/in /tmp/out
include ../common/Makefile.common