This is an automated email from the ASF dual-hosted git repository. bbannier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 7c7742bd68f590589563a93075a461f5339134c3 Author: Benjamin Bannier <[email protected]> AuthorDate: Wed Nov 7 22:37:43 2018 +0100 Added hierchical allocator benchmarks to the cmake build. Review: https://reviews.apache.org/r/69278/ --- src/tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 00dbdee..553516a 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -98,6 +98,7 @@ set(MESOS_TESTS_SRC gc_tests.cpp hdfs_tests.cpp health_check_tests.cpp + hierarchical_allocator_benchmarks.cpp hierarchical_allocator_tests.cpp hook_tests.cpp http_authentication_tests.cpp
