1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

[regression] Add more streaming tests

* Test all of the `ZSTD_initCStream*()` variants.
* Fix a typo in the zstdcli method.
This commit is contained in:
Nick Terrell
2019-03-20 21:20:14 -07:00
parent 0dd3588acc
commit 11e73576bb
3 changed files with 465 additions and 60 deletions

View File

@ -97,7 +97,7 @@ static param_value_t mt_advanced_param_values[] = {
static config_t mt_advanced = {
.name = "multithreaded with advanced params",
.cli_args = "-T2 --no-compressed-literals",
.cli_args = "-T2 --no-compress-literals",
.param_values = PARAM_VALUES(mt_advanced_param_values),
};