summaryrefslogtreecommitdiffstats
path: root/messagebus_test/src/tests/errorcodes/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'messagebus_test/src/tests/errorcodes/CMakeLists.txt')
-rw-r--r--messagebus_test/src/tests/errorcodes/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/messagebus_test/src/tests/errorcodes/CMakeLists.txt b/messagebus_test/src/tests/errorcodes/CMakeLists.txt
deleted file mode 100644
index b996c58464c..00000000000
--- a/messagebus_test/src/tests/errorcodes/CMakeLists.txt
+++ /dev/null
@@ -1,9 +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_dumpcodes_app TEST
- SOURCES
- dumpcodes.cpp
- DEPENDS
- messagebus
-)
-vespa_add_test(NAME messagebus_test_dumpcodes_app NO_VALGRIND COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/errorcodes_test.sh
- DEPENDS messagebus_test_dumpcodes_app)