MCPcopy Create free account
hub / github.com/chen3feng/toft / TEST

Function TEST

compress/block/block_compression_test.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37TEST(CompressionTest, SnappyCompression) {
38 TestCompression("snappy", test_str);
39 TestCompression("snappy", test_empty_str);
40}
41
42TEST(CompressionTest, LzoCompression) {
43 TestCompression("lzo", test_str);

Callers

nothing calls this directly

Calls 1

TestCompressionFunction · 0.85

Tested by

no test coverage detected