aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus_test/src/tests/trace/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-09-14 00:13:11 +0200
committerGitHub <noreply@github.com>2016-09-14 00:13:11 +0200
commit0836f0bf337ee23c5e66f420cfa54d49e4a2104e (patch)
tree403c361cd30043cc3de04483489cfa8e25fe0ff3 /messagebus_test/src/tests/trace/CMakeLists.txt
parent4537f2d1e36f41e74f348258aecf448b77ef1799 (diff)
Revert "Aressem/move messagebus test tests to separate module"
Diffstat (limited to 'messagebus_test/src/tests/trace/CMakeLists.txt')
-rw-r--r--messagebus_test/src/tests/trace/CMakeLists.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/messagebus_test/src/tests/trace/CMakeLists.txt b/messagebus_test/src/tests/trace/CMakeLists.txt
deleted file mode 100644
index f43d66d9122..00000000000
--- a/messagebus_test/src/tests/trace/CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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_trace_test_app TEST
- SOURCES
- trace.cpp
- DEPENDS
- messagebus_messagebus-test
-)
-vespa_add_executable(messagebus_test_cpp-server-trace_app
- SOURCES
- cpp-server.cpp
- DEPENDS
- messagebus_messagebus-test
-)
-vespa_add_test(NAME messagebus_test_trace_test_app NO_VALGRIND COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/trace_test.sh
- DEPENDS messagebus_test_trace_test_app messagebus_test_cpp-server-trace_app)