aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus_test/CMakeLists.txt
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-09-12 16:26:41 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-09-12 16:26:41 +0200
commit783bad638168ee3e64505037c75fa2028ab71c00 (patch)
tree9f9cdc772183fed36b99a8623ef27afdecd8a3fe /messagebus_test/CMakeLists.txt
parent865030c6d6c3c31f7fabb1a72c4a9902ec5fcca7 (diff)
In progress moving messagebus/test -> messagebus_test
Diffstat (limited to 'messagebus_test/CMakeLists.txt')
-rw-r--r--messagebus_test/CMakeLists.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/messagebus_test/CMakeLists.txt b/messagebus_test/CMakeLists.txt
new file mode 100644
index 00000000000..462e5d98ae9
--- /dev/null
+++ b/messagebus_test/CMakeLists.txt
@@ -0,0 +1,18 @@
+vespa_define_module(
+ DEPENDS
+ slobrok_slobrokserver
+ messagebus
+
+ APPS
+ src/binref
+
+ TESTS
+ src/binref
+ src/tests/compile-cpp
+ src/tests/compile-java
+ src/tests/error
+ src/tests/errorcodes
+ src/tests/speed
+ src/tests/trace
+)
+