aboutsummaryrefslogtreecommitdiffstats
path: root/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 /CMakeLists.txt
parent865030c6d6c3c31f7fabb1a72c4a9902ec5fcca7 (diff)
In progress moving messagebus/test -> messagebus_test
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cc10f7cb73d..aed0ca2fc20 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,6 +41,7 @@ add_subdirectory(logd)
add_subdirectory(lowercasing_test)
add_subdirectory(memfilepersistence)
add_subdirectory(messagebus)
+add_subdirectory(messagebus_test)
add_subdirectory(metrics)
add_subdirectory(persistence)
add_subdirectory(persistencetypes)