diff options
author | Przemyslaw Skibinski <inikep@gmail.com> | 2016-11-03 15:01:50 (GMT) |
---|---|---|
committer | Przemyslaw Skibinski <inikep@gmail.com> | 2016-11-03 15:01:50 (GMT) |
commit | f38adde9e0c2ffcac66bf094c3f24e25ec24c8a6 (patch) | |
tree | 87ac96b8db71a750e778c19ea602e9a7abd255f8 /tests/README.md | |
parent | 74ba377d7220fce86df74bf83eca504c40b3212e (diff) | |
download | lz4-f38adde9e0c2ffcac66bf094c3f24e25ec24c8a6.zip lz4-f38adde9e0c2ffcac66bf094c3f24e25ec24c8a6.tar.gz lz4-f38adde9e0c2ffcac66bf094c3f24e25ec24c8a6.tar.bz2 |
versionsTests moved to tests/
Diffstat (limited to 'tests/README.md')
-rw-r--r-- | tests/README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..9070317 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,23 @@ +Programs and scripts for automated testing of LZ4 +======================================================= + +This directory contains the following programs and scripts: +- `datagen` : Synthetic and parametrable data generator, for tests +- `frametest` : Test tool that checks lz4frame integrity on target platform +- `fullbench` : Precisely measure speed for each lz4 inner functions +- `fuzzer` : Test tool, to check lz4 integrity on target platform +- `test-lz4-versions.py` : compatibility test between lz4 versions stored on Github + + +#### `test-lz4-versions.py` - script for testing lz4 interoperability between versions + +This script creates `versionsTest` directory to which lz4 repository is cloned. +Then all taged (released) versions of lz4 are compiled. +In the following step interoperability between lz4 versions is checked. + + +#### License + +All files in this directory are licensed under GPL-v2. +See [COPYING](COPYING) for details. +The text of the license is also included at the top of each source file. |