summaryrefslogtreecommitdiffstats
path: root/messagebus/src/tests/resender/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus/src/tests/resender/CMakeLists.txt')
-rw-r--r--messagebus/src/tests/resender/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/messagebus/src/tests/resender/CMakeLists.txt b/messagebus/src/tests/resender/CMakeLists.txt
new file mode 100644
index 00000000000..b253e582af8
--- /dev/null
+++ b/messagebus/src/tests/resender/CMakeLists.txt
@@ -0,0 +1,9 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(messagebus_resender_test_app
+ SOURCES
+ resender.cpp
+ DEPENDS
+ messagebus_messagebus-test
+ messagebus
+)
+vespa_add_test(NAME messagebus_resender_test_app COMMAND messagebus_resender_test_app)