From 12e421b3c09aee78361a62c61f359fd8a5d930d3 Mon Sep 17 00:00:00 2001 From: Taylor Braun-Jones Date: Thu, 30 Jan 2020 10:31:00 -0500 Subject: [PATCH] Fix testing documentation typo --- TESTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)