]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test_compression: add lz4 15434/head
authorHaomai Wang <haomai@xsky.com>
Fri, 2 Jun 2017 07:14:21 +0000 (15:14 +0800)
committerHaomai Wang <haomai@xsky.com>
Sat, 3 Jun 2017 07:57:23 +0000 (15:57 +0800)
Signed-off-by: Haomai Wang <haomai@xsky.com>
src/test/compressor/test_compression.cc

index 495af076699437ed5a83eb93865e5ac654758b2d..55ca520aabb9d625162e3f0ff716148e06f84d90 100644 (file)
@@ -322,6 +322,9 @@ INSTANTIATE_TEST_CASE_P(
   Compressor,
   CompressorTest,
   ::testing::Values(
+#ifdef HAVE_LZ4
+    "lz4",
+#endif
 #ifdef __x86_64__
     "zlib/isal",
 #endif