improved tests/README.md

This commit is contained in:
inikep
2016-08-25 08:47:18 +02:00
parent c23a07830e
commit 7f18c6e5ef
4 changed files with 24 additions and 9 deletions
+12 -1
View File
@@ -1,6 +1,17 @@
scripts for automated testing of zstd
programs and scripts for automated testing of zstd
================================
This directory contains the following programs and scripts:
- datagen : Synthetic and parametrable data generator, for tests
- fullbench : Precisely measure speed for each zstd inner functions
- fuzzer : Test tool, to check zstd integrity on target platform
- paramgrill : parameter tester for zstd
- test-zstd-speed.py : script for testing zstd speed difference between commits
- test-zstd-versions.py : compatibility test between zstd versions stored on Github (v0.1+)
- zbufftest : Test tool, to check ZBUFF integrity on target platform
- zstreamtest : Fuzzer test tool for zstd streaming API
#### test-zstd-versions.py - script for testing zstd interoperability between versions
This script creates `versionsTest` directory to which zstd repository is cloned.