lz4/tests
2016-11-07 17:43:37 +01:00
..
.gitignore fix #198 : no longer requires to restart streaming decompression from where it stopped. 2016-11-03 18:46:07 -07:00
COPYING versionsTests moved to tests/ 2016-11-03 16:01:50 +01:00
datagencli.c updated links to LZ4 repository 2016-11-03 15:12:57 +01:00
fasttest.c Fix LZ4_decompress_fast_continue() bug 2016-11-04 20:01:23 -07:00
frametest.c updated links to LZ4 repository 2016-11-03 15:12:57 +01:00
fullbench.c updated links to LZ4 repository 2016-11-03 15:12:57 +01:00
fuzzer.c updated links to LZ4 repository 2016-11-03 15:12:57 +01:00
Makefile added "make c_standards" 2016-11-07 17:43:37 +01:00
README.md versionsTests moved to tests/ 2016-11-03 16:01:50 +01:00
test-lz4-versions.py versionsTests moved to tests/ 2016-11-03 16:01:50 +01:00

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 for details. The text of the license is also included at the top of each source file.