Erik de Castro Lopo
cd3162a2f6
test/test_compression.sh : Replace seq with numbers.
...
Apparently seq is a GNU program that isn't installed by default
on OpenBSD.
2013-03-09 19:40:19 +11:00
Erik de Castro Lopo
0432b96490
test/test_compression.sh : Use wc instead of stat to get file size.
...
The stat program has different command line parameters depend on
whether its the GNU or BSD version. Sitch to 'wc -c' instead which
seems more portable.
Plus other minor improvements.
2013-03-04 21:24:58 +11:00
Erik de Castro Lopo
85d5c53803
Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory.
2013-01-02 22:49:37 +11:00
Erik de Castro Lopo
1f0daccf2b
Add a regresion test for compression levels.
2012-10-14 21:40:40 +11:00