]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix testing documentation typo
authorTaylor Braun-Jones <taylor@braun-jones.org>
Thu, 30 Jan 2020 15:31:00 +0000 (10:31 -0500)
committerTaylor Braun-Jones <taylor@braun-jones.org>
Mon, 23 Mar 2020 21:48:59 +0000 (17:48 -0400)
TESTING.md

index 42cd48e7019cf01808ffb4006c59246d8d3fa409..7e5305178b970f2fbe368feddaeb199f13525954 100644 (file)
@@ -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)