]> git.zerfleddert.de Git - raggedstone/blobdiff - dhwk/Makefile
more to ignore
[raggedstone] / dhwk / Makefile
index d64b67266abfe833105d17fadcf42231bb0d9fe3..b96c0bb965953aea0e9c68158e5c1c733d92a69e 100644 (file)
@@ -1,5 +1,5 @@
 PROJECT := dhwk
-CLEANFILES := dhwk_fifo_*
+CLEANFILES := dhwk_fifo* fifo_generator_* param.opt
 
 dhwk_all: ip all
 
@@ -13,6 +13,12 @@ ila.edn: ila.arg
 
 dhwk_fifo.ngc: fifo.xco
        coregen -b $<
-       -rmdir -p tmp
+       -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; md5sum /tmp/in /tmp/out)&
+       dd if=/tmp/in      of=/dev/dhwk bs=1024 count=1024
 
 include ../common/Makefile.common
Impressum, Datenschutz