summaryrefslogtreecommitdiffstats
path: root/programs/Makefile
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-03-16 19:38:25 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-03-16 19:38:25 (GMT)
commite7fb4d151d104764e5e8f988c679fdff8807683e (patch)
treeb3872a58e62e237639d947c70d7ca1e844795169 /programs/Makefile
parent2a02455fdfb7250ef629a3ffde5258e95df06e7b (diff)
downloadlz4-e7fb4d151d104764e5e8f988c679fdff8807683e.zip
lz4-e7fb4d151d104764e5e8f988c679fdff8807683e.tar.gz
lz4-e7fb4d151d104764e5e8f988c679fdff8807683e.tar.bz2
lz4 utility supports "pass-through" mode
Diffstat (limited to 'programs/Makefile')
-rw-r--r--programs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/programs/Makefile b/programs/Makefile
index ae38943..3fa2cfd 100644
--- a/programs/Makefile
+++ b/programs/Makefile
@@ -177,6 +177,8 @@ test-lz4: lz4 datagen
./datagen -g50M -P100 | diff -s - tmpB6
./datagen -g50M -P100 | diff -s - tmpB7
@rm tmp*
+ @echo ---- test pass-through ----
+ ./datagen | ./lz4 -dfvq > /dev/null
test-lz4c: lz4c datagen