]> git.zerfleddert.de Git - raggedstone/blobdiff - dhwk/Makefile
more to ignore
[raggedstone] / dhwk / Makefile
index 4c431de71e2c09320c71bc4d85896f615e39d02b..b96c0bb965953aea0e9c68158e5c1c733d92a69e 100644 (file)
@@ -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
Impressum, Datenschutz