From 59b14a5dbf8ed70a93a3b9db0c488e8edd395d0a Mon Sep 17 00:00:00 2001 From: Dave Vasilevsky Date: Sat, 19 Dec 2009 23:02:18 -0500 Subject: [PATCH] Do a test in "make run" --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 8c04bb9..48dd276 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,8 @@ xz: xz.o run: xz time ./xz < test.in > test.out + @md5sum test.in + @xz -d < test.out | md5sum clean: rm -f *.o xz test.out test.base