summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-09-13 22:01:28 +0200
committerGitHub <noreply@github.com>2016-09-13 22:01:28 +0200
commit4537f2d1e36f41e74f348258aecf448b77ef1799 (patch)
treef1d4ac082e19c04c448db2a1d679aa367c910ab7 /CMakeLists.txt
parent9a3c877f4fef0952a137292d7408054dc0575dcb (diff)
parentc176d72f4c4ce4364c616d5883df542f8a55cbaa (diff)
Merge pull request #630 from yahoo/aressem/move-messagebus-test-tests-to-separate-module
Aressem/move messagebus test tests to separate module
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)