summaryrefslogtreecommitdiffstats
path: root/messagebus/test/src/tests/trace/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus/test/src/tests/trace/CMakeLists.txt')
-rw-r--r--messagebus/test/src/tests/trace/CMakeLists.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/messagebus/test/src/tests/trace/CMakeLists.txt b/messagebus/test/src/tests/trace/CMakeLists.txt
deleted file mode 100644
index af539fa2818..00000000000
--- a/messagebus/test/src/tests/trace/CMakeLists.txt
+++ /dev/null
@@ -1,13 +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
-)
-vespa_add_executable(messagebus_test_cpp-server-trace_app
- SOURCES
- cpp-server.cpp
- DEPENDS
-)
-vespa_add_test(NAME messagebus_test_trace_test_app NO_VALGRIND COMMAND sh trace_test.sh
- DEPENDS messagebus_test_trace_test_app messagebus_test_cpp-server-trace_app)