| 35 | } |
| 36 | |
| 37 | TEST(CompressionTest, SnappyCompression) { |
| 38 | TestCompression("snappy", test_str); |
| 39 | TestCompression("snappy", test_empty_str); |
| 40 | } |
| 41 | |
| 42 | TEST(CompressionTest, LzoCompression) { |
| 43 | TestCompression("lzo", test_str); |
nothing calls this directly
no test coverage detected