turn on test_gzio
This commit is contained in:
parent
6b3c2018db
commit
37a00f2ac7
@ -600,9 +600,8 @@ int main(argc, argv)
|
|||||||
#else
|
#else
|
||||||
test_compress(compr, comprLen, uncompr, uncomprLen);
|
test_compress(compr, comprLen, uncompr, uncomprLen);
|
||||||
|
|
||||||
if (!ZWRAP_isUsingZSTDcompression())
|
test_gzio((argc > 1 ? argv[1] : TESTFILE),
|
||||||
test_gzio((argc > 1 ? argv[1] : TESTFILE),
|
uncompr, uncomprLen);
|
||||||
uncompr, uncomprLen);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
test_deflate(compr, comprLen);
|
test_deflate(compr, comprLen);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user