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
+7 -3
View File
@@ -22,13 +22,17 @@
# - zstd homepage : http://www.zstd.net/
# ##########################################################################
# datagen : Synthetic and parametrable data generator, for tests
# fullbench : Precisely measure speed for each zstd inner functions
# fullbench32: Same as fullbench, but forced to compile in 32-bits mode
# fuzzer : Test tool, to check zstd integrity on target platform
# fuzzer32: Same as fuzzer, but forced to compile in 32-bits mode
# paramgrill : parameter tester for zstd
# test-zstd-speed.py : script for testing zstd speed difference between commits
# versionsTest : compatibility test between zstd versions stored on Github (v0.1+)
# zbufftest : Test tool, to check ZBUFF integrity on target platform
# zbufftest32: Same as zbufftest, but forced to compile in 32-bits mode
# fullbench : Precisely measure speed for each zstd inner function
# fullbench32: Same as fullbench, but forced to compile in 32-bits mode
# versionstest : Compatibility test between zstd versions stored on Github (v0.1+)
# zstreamtest : Fuzzer test tool for zstd streaming API
# zbufftest32: Same as zstreamtest, but forced to compile in 32-bits mode
# ##########################################################################
DESTDIR?=
+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.
+1 -1
View File
@@ -1,5 +1,5 @@
/*
Fuzzer test tool for zstd_buffered
Fuzzer test tool for ZBUFF - a buffered streaming API for ZSTD
Copyright (C) Yann Collet 2015-2016
GPL v2 License