X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/raggedstone/blobdiff_plain/eca4cd1b9721c52153ad7f88bfe8e848ff07f968..164bcfa1083b18f7bb3b53965f88dc0b7cffc225:/dhwk/Makefile diff --git a/dhwk/Makefile b/dhwk/Makefile index 2c9f4fb..8de6c3d 100644 --- a/dhwk/Makefile +++ b/dhwk/Makefile @@ -15,4 +15,12 @@ dhwk_fifo.ngc: fifo.xco coregen -b $< -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=/tmp/in of=/dev/dhwk bs=1024 count=1024 + sleep 1 + md5sum /tmp/in /tmp/out + include ../common/Makefile.common