From: Taylor Braun-Jones Date: Thu, 30 Jan 2020 15:31:00 +0000 (-0500) Subject: Fix testing documentation typo X-Git-Tag: v1.4.5^2~57^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12e421b3c09aee78361a62c61f359fd8a5d930d3;p=thirdparty%2Fzstd.git Fix testing documentation typo --- diff --git a/TESTING.md b/TESTING.md index 42cd48e70..7e5305178 100644 --- a/TESTING.md +++ b/TESTING.md @@ -19,7 +19,7 @@ Medium tests run on every commit and pull request to `dev` branch, on TravisCI. They consist of the following tests: - The following tests run with UBsan and Asan on x86_64 and x86, as well as with Msan on x86_64 - - `tests/playTests.sh --test-long-data` + - `tests/playTests.sh --test-large-data` - Fuzzer tests: `tests/fuzzer.c`, `tests/zstreamtest.c`, and `tests/decodecorpus.c` - `tests/zstreamtest.c` under Tsan (streaming mode, including multithreaded mode) - Valgrind Test (`make -C tests valgrindTest`) (testing CLI and fuzzer under valgrind)