X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/raggedstone/blobdiff_plain/71031cf562db8d4b19af3b6a0ab35de41ddf6753..cb1c44d6708424cf086478148f8cb63a1d2306f0:/dhwk/Makefile diff --git a/dhwk/Makefile b/dhwk/Makefile index 4c431de..b96c0bb 100644 --- a/dhwk/Makefile +++ b/dhwk/Makefile @@ -16,9 +16,9 @@ dhwk_fifo.ngc: fifo.xco -rmdir -p tmp/_cg 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 - md5sum /tmp/in /tmp/out include ../common/Makefile.common