Repository: mesos
Updated Branches:
  refs/heads/master 3f60c9857 -> 004fb5fa2


Added two tests to the stout CMake build.

Review: https://reviews.apache.org/r/67709/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/004fb5fa
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/004fb5fa
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/004fb5fa

Branch: refs/heads/master
Commit: 004fb5fa27c2992b11a2fa51a8ec5a3f3de404db
Parents: 22ddf54
Author: Benjamin Bannier <benjamin.bann...@mesosphere.io>
Authored: Mon Jun 25 14:01:52 2018 -0700
Committer: Andrew Schwartzmeyer <and...@schwartzmeyer.com>
Committed: Mon Jun 25 14:14:32 2018 -0700

----------------------------------------------------------------------
 3rdparty/stout/tests/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/004fb5fa/3rdparty/stout/tests/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/3rdparty/stout/tests/CMakeLists.txt 
b/3rdparty/stout/tests/CMakeLists.txt
index 7c644b7..ff06607 100644
--- a/3rdparty/stout/tests/CMakeLists.txt
+++ b/3rdparty/stout/tests/CMakeLists.txt
@@ -17,9 +17,11 @@
 # STOUT TESTS.
 ##############
 set(STOUT_ROOT_TESTS_SRC
+  adaptor_tests.cpp
   archiver_tests.cpp
   base64_tests.cpp
   bits_tests.cpp
+  boundedhashmap_tests.cpp
   bytes_tests.cpp
   cache_tests.cpp
   cpp17_tests.cpp

Reply via email to