aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-06-17 05:59:11 +0200
committerGitHub <noreply@github.com>2016-06-17 05:59:11 +0200
commit1934e961b908c85415650117a8b9024afaf6dfa6 (patch)
tree0c00b55396aefb2200e1918676f329ba43ad3651
parentbe5cc7cca43c008ecfc11d758c767d0214f13d98 (diff)
parentb87e45eca7cd64838da403c8c64a1ac4a58e1f38 (diff)
Merge pull request #39 from yahoo/balder/cleanup-messagebus-build-mess
Balder/cleanup messagebus build mess
-rw-r--r--messagebus/CMakeLists.txt1
-rw-r--r--messagebus/test/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/messagebus/CMakeLists.txt b/messagebus/CMakeLists.txt
index c66874e4ec4..06a37a0ec95 100644
--- a/messagebus/CMakeLists.txt
+++ b/messagebus/CMakeLists.txt
@@ -22,5 +22,4 @@ vespa_define_module(
TESTS
src/tests
- test
)
diff --git a/messagebus/test/CMakeLists.txt b/messagebus/test/CMakeLists.txt
index a6d2fdcb8a0..1e2fb57b960 100644
--- a/messagebus/test/CMakeLists.txt
+++ b/messagebus/test/CMakeLists.txt
@@ -1,5 +1,4 @@
vespa_add_module_dependency(slobrok_slobrokserver)
-vespa_add_module_dependency(messagebus_messagebus-test)
vespa_add_module_dependency(messagebus)
add_subdirectory(src/binref)
add_subdirectory(src/tests/compile-cpp)