From da252321c44334af25d637d17c6dfdfcd113f07b Mon Sep 17 00:00:00 2001 From: sithglan Date: Sun, 11 Mar 2007 13:54:36 +0000 Subject: [PATCH] md5sum --- dhwk/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dhwk/Makefile b/dhwk/Makefile index 8de6c3d..b96c0bb 100644 --- a/dhwk/Makefile +++ b/dhwk/Makefile @@ -18,9 +18,7 @@ dhwk_fifo.ngc: fifo.xco 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 - sleep 1 - md5sum /tmp/in /tmp/out include ../common/Makefile.common -- 2.39.2