aboutsummaryrefslogtreecommitdiffstats
path: root/fbench/src/test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'fbench/src/test/CMakeLists.txt')
-rw-r--r--fbench/src/test/CMakeLists.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/fbench/src/test/CMakeLists.txt b/fbench/src/test/CMakeLists.txt
new file mode 100644
index 00000000000..2ea472ad8e5
--- /dev/null
+++ b/fbench/src/test/CMakeLists.txt
@@ -0,0 +1,30 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(fbench_httpclient_splitstring_app
+ SOURCES
+ httpclient_splitstring.cpp
+ DEPENDS
+ fbench_util
+ fastos
+)
+vespa_add_test(NAME fbench_httpclient_splitstring_app COMMAND fbench_httpclient_splitstring_app)
+vespa_add_executable(fbench_httpclient_app
+ SOURCES
+ httpclient.cpp
+ DEPENDS
+ fbench_util
+ fastos
+)
+vespa_add_executable(fbench_filereader_app
+ SOURCES
+ filereader.cpp
+ DEPENDS
+ fbench_util
+)
+vespa_add_test(NAME fbench_filereader_app COMMAND fbench_filereader_app)
+vespa_add_executable(fbench_clientstatus_app
+ SOURCES
+ clientstatus.cpp
+ DEPENDS
+ fbench_util
+)
+vespa_add_test(NAME fbench_clientstatus_app COMMAND fbench_clientstatus_app)