aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/benchmark/CMakeLists.txt
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2016-06-27 21:07:09 +0200
committerArne Juul <arnej@yahoo-inc.com>2016-06-27 21:07:09 +0200
commit1e87e2eb9bc2d43c24df818d3e44b0b50cec7520 (patch)
tree8975a986131560d390b3c20215de6fe9d992a4af /searchlib/src/tests/attribute/benchmark/CMakeLists.txt
parent4c7621236ba903006bd0919941f975545815cf01 (diff)
split attribute tests into directories
* these tests would clash when run in parallel
Diffstat (limited to 'searchlib/src/tests/attribute/benchmark/CMakeLists.txt')
-rw-r--r--searchlib/src/tests/attribute/benchmark/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/searchlib/src/tests/attribute/benchmark/CMakeLists.txt b/searchlib/src/tests/attribute/benchmark/CMakeLists.txt
new file mode 100644
index 00000000000..156d90ac1bd
--- /dev/null
+++ b/searchlib/src/tests/attribute/benchmark/CMakeLists.txt
@@ -0,0 +1,8 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(searchlib_attributebenchmark_app
+ SOURCES
+ attributebenchmark.cpp
+ DEPENDS
+ searchlib
+)
+vespa_add_test(NAME searchlib_attributebenchmark_app COMMAND searchlib_attributebenchmark_app BENCHMARK)