You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2017/02/04 21:16:39 UTC

mesos git commit: Fixed the CMake build: `s/address_tests.cpp/after_tests.cpp`.

Repository: mesos
Updated Branches:
  refs/heads/master 56da6bbb4 -> 56c967ad5


Fixed the CMake build: `s/address_tests.cpp/after_tests.cpp`.


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

Branch: refs/heads/master
Commit: 56c967ad57322c936b980e20c4f847eac6d8cb52
Parents: 56da6bb
Author: Michael Park <mp...@apache.org>
Authored: Sat Feb 4 13:15:52 2017 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Sat Feb 4 13:16:09 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/56c967ad/3rdparty/libprocess/src/tests/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/tests/CMakeLists.txt b/3rdparty/libprocess/src/tests/CMakeLists.txt
index 4dccf24..c65c7f5 100644
--- a/3rdparty/libprocess/src/tests/CMakeLists.txt
+++ b/3rdparty/libprocess/src/tests/CMakeLists.txt
@@ -19,7 +19,7 @@
 set(PROCESS_TESTS_SRC
   ${PROCESS_TESTS_SRC}
   main.cpp
-  address_tests.cpp
+  after_tests.cpp
   collect_tests.cpp
   decoder_tests.cpp
   encoder_tests.cpp