]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
improved tests/README.md
authorinikep <inikep@gmail.com>
Thu, 25 Aug 2016 06:47:18 +0000 (08:47 +0200)
committerinikep <inikep@gmail.com>
Thu, 25 Aug 2016 06:47:18 +0000 (08:47 +0200)
projects/README.md
tests/Makefile
tests/README.md
tests/zbufftest.c

index 96202c1cd3fe4dcea287682b5d3da7db3284bd1a..d724cdcba9f5a23f5e0f4194eefa074740db3c64 100644 (file)
@@ -16,8 +16,8 @@ The following projects are included with the zstd distribution:
 1. Install Visual Studio e.g. VS 2015 Community Edition (it's free).
 2. Download the latest version of zstd from https://github.com/Cyan4973/zstd/releases
 3. Decompress ZIP archive.
-4. Go to decompressed directory then to "projects" then "VS2010" and open zstd.sln
+4. Go to decompressed directory then to `projects` then `VS2010` and open `zstd.sln`
 5. Visual Studio will ask about converting VS2010 project to VS2015 and you should agree.
-6. Change "Debug" to "Release" and if you have 64-bit Windows change also "Win32" to "x64".
-7. Press F7 on keyboard or select "BUILD" from the menu bar and choose "Build Solution".
-8. If compilation will be fine a compiled executable will be in projects\VS2010\bin\x64\Release\zstd.exe
+6. Change `Debug` to `Release` and if you have 64-bit Windows change also `Win32` to `x64`.
+7. Press F7 on keyboard or select `BUILD` from the menu bar and choose `Build Solution`.
+8. If compilation will be fine a compiled executable will be in `projects\VS2010\bin\x64\Release\zstd.exe`
index a8fb97c21816ff9354e5d8497d2116eb5ea1b9d4..c054bbbb0c6e0b02d64543fe289f8333ee0913b4 100644 (file)
 #  - 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?=
index 7b3795412ae11c507be91b2cfc55d4d717e38fa0..309638f91220271ddf9831df6d6d98c3a45a9bb1 100644 (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.
index ce6beb246ef7ccad774d3f1557e7c3e3def0c27b..151785c604da5af3282bc945e1bedfe6372c8b9a 100644 (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