[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-21 10:54:18 -07:00
parent 0dd3588acc
commit 11e73576bb
3 changed files with 465 additions and 60 deletions
+1 -1
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),
};