From 71031cf562db8d4b19af3b6a0ab35de41ddf6753 Mon Sep 17 00:00:00 2001 From: sithglan Date: Sun, 11 Mar 2007 12:46:04 +0000 Subject: [PATCH 1/1] test target --- dhwk/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dhwk/Makefile b/dhwk/Makefile index 2c9f4fb..4c431de 100644 --- a/dhwk/Makefile +++ b/dhwk/Makefile @@ -15,4 +15,10 @@ dhwk_fifo.ngc: fifo.xco coregen -b $< -rmdir -p tmp/_cg +test: + 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 + md5sum /tmp/in /tmp/out + include ../common/Makefile.common -- 2.39.2