summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-11-04 01:34:54 (GMT)
committerYann Collet <cyan@fb.com>2016-11-04 01:46:07 (GMT)
commiteda8c4eb1ced10c4f6f22bca88428ca9255f2bbe (patch)
treec88a6906de2131c3f927e2b1684f643f40a50fae /tests
parent4791cda04af2fdf19f1a1ea7c2d1187ad82cc547 (diff)
downloadlz4-eda8c4eb1ced10c4f6f22bca88428ca9255f2bbe.zip
lz4-eda8c4eb1ced10c4f6f22bca88428ca9255f2bbe.tar.gz
lz4-eda8c4eb1ced10c4f6f22bca88428ca9255f2bbe.tar.bz2
fix #198 : no longer requires to restart streaming decompression from where it stopped.
It permits relocating remaining data into another memory space. Still, the same content must be presented.
Diffstat (limited to 'tests')
-rw-r--r--tests/.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..8861e67
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,9 @@
+
+# test build artefacts
+datagen
+frametest
+frametest32
+fullbench
+fullbench32
+fuzzer
+fuzzer32