aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus_test/src/tests/error/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus_test/src/tests/error/CMakeLists.txt')
-rw-r--r--messagebus_test/src/tests/error/CMakeLists.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/messagebus_test/src/tests/error/CMakeLists.txt b/messagebus_test/src/tests/error/CMakeLists.txt
new file mode 100644
index 00000000000..926047f31cd
--- /dev/null
+++ b/messagebus_test/src/tests/error/CMakeLists.txt
@@ -0,0 +1,21 @@
+# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(messagebus_test_error_test_app TEST
+ SOURCES
+ error.cpp
+ DEPENDS
+ messagebus_messagebus-test
+)
+vespa_add_executable(messagebus_test_cpp-server-error_app
+ SOURCES
+ cpp-server.cpp
+ DEPENDS
+ messagebus_messagebus-test
+)
+vespa_add_executable(messagebus_test_cpp-client-error_app
+ SOURCES
+ cpp-client.cpp
+ DEPENDS
+ messagebus_messagebus-test
+)
+vespa_add_test(NAME messagebus_test_error_test_app NO_VALGRIND COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/error_test.sh
+ DEPENDS messagebus_test_error_test_app messagebus_test_cpp-server-error_app messagebus_test_cpp-client-error_app)