2
0
mirror of https://github.com/vasi/pixz synced 2024-11-03 09:40:24 +00:00

Do a test in "make run"

This commit is contained in:
Dave Vasilevsky 2009-12-19 23:02:18 -05:00
parent 2339d97cb7
commit 59b14a5dbf

View File

@ -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