Add build targets to the Makefile, and update CircleCI tests

This commit is contained in:
Sean Purcell
2017-03-06 15:05:02 -08:00
parent 3db00373c5
commit 3437bf2feb
3 changed files with 82 additions and 34 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ static size_t ZSTD_continueCCtx(ZSTD_CCtx* cctx, ZSTD_parameters params, U64 fra
typedef enum { ZSTDcrp_continue, ZSTDcrp_noMemset, ZSTDcrp_fullReset } ZSTD_compResetPolicy_e;
/*! ZSTD_resetCCtx_advanced() :
note : @params must be validated */
note : `params` must be validated */
static size_t ZSTD_resetCCtx_advanced (ZSTD_CCtx* zc,
ZSTD_parameters params, U64 frameContentSize,
ZSTD_compResetPolicy_e const crp)