summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/data/smart_buffer/CMakeLists.txt
diff options
context:
space:
mode:
authorHÃ¥vard Pettersen <havardpe@gmail.com>2018-09-12 16:11:36 +0200
committerGitHub <noreply@github.com>2018-09-12 16:11:36 +0200
commitc80738835d4d4875f8086ef875459cb233cbadb6 (patch)
tree6b807fbd9594a721323ab3245fd484db686ceef7 /vespalib/src/tests/data/smart_buffer/CMakeLists.txt
parent2a529f6cdac1b974841b0ec6926757c50f750fd2 (diff)
parent4e87fbfe8f8b87e03a8ee0694e0a1d1a6bf711fb (diff)
Merge pull request #6912 from vespa-engine/havardpe/smart-buffer-in-vespalib
slightly smarter buffer with test
Diffstat (limited to 'vespalib/src/tests/data/smart_buffer/CMakeLists.txt')
-rw-r--r--vespalib/src/tests/data/smart_buffer/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/vespalib/src/tests/data/smart_buffer/CMakeLists.txt b/vespalib/src/tests/data/smart_buffer/CMakeLists.txt
new file mode 100644
index 00000000000..e7468f4f508
--- /dev/null
+++ b/vespalib/src/tests/data/smart_buffer/CMakeLists.txt
@@ -0,0 +1,8 @@
+# Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(vespalib_smart_buffer_test_app TEST
+ SOURCES
+ smart_buffer_test.cpp
+ DEPENDS
+ vespalib
+)
+vespa_add_test(NAME vespalib_smart_buffer_test_app COMMAND vespalib_smart_buffer_test_app)