[regression] Add more streaming tests
* Test all of the `ZSTD_initCStream*()` variants. * Fix a typo in the zstdcli method.
This commit is contained in:
@@ -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),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user