From: Yann Collet Date: Mon, 20 Apr 2015 08:26:16 +0000 (+0100) Subject: Restored make-lz4 X-Git-Tag: upstream/1.9.3~243^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c035b7a99a6057b249718e2f0d163f0f1dfe05dc;p=platform%2Fupstream%2Flz4.git Restored make-lz4 --- diff --git a/programs/Makefile b/programs/Makefile index b0e30d8..910516f 100644 --- a/programs/Makefile +++ b/programs/Makefile @@ -207,13 +207,7 @@ test-lz4-multiple: lz4 datagen ./lz4 -f -m tmp1 notHere tmp2; echo $$? @rm tmp* -# test-lz4-multiple test-lz4-sparse test-lz4-contentSize test-lz4-frame-concatenation -test-lz4: lz4 datagen - @echo ---- test erroneous data ---- - ./datagen -s1 | ./lz4 -vf - tmp - tmpSize= $(stat -c%s "tmp") - echo "Size of tmp = $tmpSize bytes." - rm tmp* +test-lz4: lz4 datagen test-lz4-multiple test-lz4-sparse test-lz4-contentSize test-lz4-frame-concatenation @echo ---- test lz4 basic compression/decompression ---- ./datagen -g0 | ./lz4 -v | ./lz4 -t ./datagen -g16KB | ./lz4 -9 | ./lz4 -t