summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/data/lz4_encode_decode/CMakeLists.txt
diff options
context:
space:
mode:
authorHaavard <[email protected]>2017-02-08 13:43:07 +0000
committerHaavard <[email protected]>2017-02-09 10:01:06 +0000
commite5d2f5aa1c8502ea614137c5bf2cb5f131e781da (patch)
treee66286f1db2f95edf933b7b429b5599c0b977dd7 /vespalib/src/tests/data/lz4_encode_decode/CMakeLists.txt
parent559a76e491e28ca1ec4874d403866fd508064a54 (diff)
added lz4 compress/decompress filters with common test
Diffstat (limited to 'vespalib/src/tests/data/lz4_encode_decode/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/data/lz4_encode_decode/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/vespalib/src/tests/data/lz4_encode_decode/CMakeLists.txt b/vespalib/src/tests/data/lz4_encode_decode/CMakeLists.txt
new file mode 100644
index 00000000000..98e50a9a1c4
--- /dev/null
+++ b/vespalib/src/tests/data/lz4_encode_decode/CMakeLists.txt
@@ -0,0 +1,8 @@
+# Copyright 2017 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(vespalib_lz4_encode_decode_test_app TEST
+ SOURCES
+ lz4_encode_decode_test.cpp
+ DEPENDS
+ vespalib
+)
+vespa_add_test(NAME vespalib_lz4_encode_decode_test_app COMMAND vespalib_lz4_encode_decode_test_app)