summaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/apps/tests/CMakeLists.txt')
-rw-r--r--searchlib/src/apps/tests/CMakeLists.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/searchlib/src/apps/tests/CMakeLists.txt b/searchlib/src/apps/tests/CMakeLists.txt
new file mode 100644
index 00000000000..5c275e4cfb8
--- /dev/null
+++ b/searchlib/src/apps/tests/CMakeLists.txt
@@ -0,0 +1,22 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(searchlib_biglog_test_app
+ SOURCES
+ biglogtest.cpp
+ DEPENDS
+ searchlib
+)
+vespa_add_test(NAME searchlib_biglog_test_app COMMAND searchlib_biglog_test_app BENCHMARK)
+vespa_add_executable(searchlib_btreestress_test_app
+ SOURCES
+ btreestress_test.cpp
+ DEPENDS
+ searchlib
+)
+vespa_add_test(NAME searchlib_btreestress_test_app COMMAND searchlib_btreestress_test_app BENCHMARK)
+vespa_add_executable(searchlib_memoryindexstress_test_app
+ SOURCES
+ memoryindexstress_test.cpp
+ DEPENDS
+ searchlib
+)
+vespa_add_test(NAME searchlib_memoryindexstress_test_app COMMAND searchlib_memoryindexstress_test_app BENCHMARK)