aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/tests/oldapi/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'slobrok/src/tests/oldapi/CMakeLists.txt')
-rw-r--r--slobrok/src/tests/oldapi/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/slobrok/src/tests/oldapi/CMakeLists.txt b/slobrok/src/tests/oldapi/CMakeLists.txt
new file mode 100644
index 00000000000..b4def919688
--- /dev/null
+++ b/slobrok/src/tests/oldapi/CMakeLists.txt
@@ -0,0 +1,10 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(slobrok_oldapi_test_app
+ SOURCES
+ old.cpp
+ mirror.cpp
+ DEPENDS
+ slobrok
+ slobrok_slobrokserver
+)
+vespa_add_test(NAME slobrok_oldapi_test_app COMMAND slobrok_oldapi_test_app)