You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/12/01 20:49:10 UTC

[2/2] mesos git commit: CMake: Added loop_tests.cpp to the build.

CMake: Added loop_tests.cpp to the build.


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

Branch: refs/heads/master
Commit: b119718421dd3b5326157431975846a6547d84e5
Parents: d580eca
Author: Joseph Wu <jo...@apache.org>
Authored: Thu Dec 1 12:30:02 2016 -0800
Committer: Joseph Wu <jo...@apache.org>
Committed: Thu Dec 1 12:47:40 2016 -0800

----------------------------------------------------------------------
 3rdparty/libprocess/src/tests/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b1197184/3rdparty/libprocess/src/tests/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/tests/CMakeLists.txt b/3rdparty/libprocess/src/tests/CMakeLists.txt
index 9f7f450..58e1326 100644
--- a/3rdparty/libprocess/src/tests/CMakeLists.txt
+++ b/3rdparty/libprocess/src/tests/CMakeLists.txt
@@ -25,6 +25,7 @@ set(PROCESS_TESTS_SRC
   future_tests.cpp
   http_tests.cpp
   limiter_tests.cpp
+  loop_tests.cpp
   metrics_tests.cpp
   mutex_tests.cpp
   owned_tests.cpp