]> git.zerfleddert.de Git - raggedstone/blobdiff - dhwk/Makefile
load driver automatically if not loaded
[raggedstone] / dhwk / Makefile
index 2c9f4fbe5759956a59e152f5662ddb4bd91f61d0..8de6c3dfd9b07b667163cce8f5cab01409b2a60c 100644 (file)
@@ -15,4 +15,12 @@ dhwk_fifo.ngc: fifo.xco
        coregen -b $<
        -rmdir -p tmp/_cg
 
        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
 include ../common/Makefile.common
Impressum, Datenschutz