You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2018/06/25 21:15:01 UTC

[2/2] mesos git commit: Added `profiler_tests.cpp` to the libprocess CMake build.

Added `profiler_tests.cpp` to the libprocess CMake build.

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


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

Branch: refs/heads/master
Commit: 22ddf54ec21fdaa891361c55c8697be108f2c55f
Parents: 3f60c98
Author: Benjamin Bannier <be...@mesosphere.io>
Authored: Mon Jun 25 14:01:44 2018 -0700
Committer: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Committed: Mon Jun 25 14:14:32 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/22ddf54e/3rdparty/libprocess/src/tests/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/tests/CMakeLists.txt b/3rdparty/libprocess/src/tests/CMakeLists.txt
index 8c1353b..400b773 100644
--- a/3rdparty/libprocess/src/tests/CMakeLists.txt
+++ b/3rdparty/libprocess/src/tests/CMakeLists.txt
@@ -31,6 +31,7 @@ set(PROCESS_TESTS_SRC
   mutex_tests.cpp
   owned_tests.cpp
   process_tests.cpp
+  profiler_tests.cpp
   queue_tests.cpp
   rwlock_tests.cpp
   sequence_tests.cpp