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 2016/04/22 07:30:33 UTC

[3/6] mesos git commit: Moved process tests to their own file to libprocess.

Moved process tests to their own file to libprocess.

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


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

Branch: refs/heads/master
Commit: 3fd64f4d7a569199e184733c6c448c91ad70733a
Parents: f79b8bb
Author: Alex Clemmer <cl...@gmail.com>
Authored: Thu Apr 21 11:51:33 2016 -0700
Committer: Michael Park <mp...@apache.org>
Committed: Thu Apr 21 22:26:14 2016 -0700

----------------------------------------------------------------------
 3rdparty/libprocess/3rdparty/Makefile.am | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3fd64f4d/3rdparty/libprocess/3rdparty/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/Makefile.am b/3rdparty/libprocess/3rdparty/Makefile.am
index f7aa579..3dd6028 100644
--- a/3rdparty/libprocess/3rdparty/Makefile.am
+++ b/3rdparty/libprocess/3rdparty/Makefile.am
@@ -188,6 +188,7 @@ stout_tests_SOURCES =				\
   $(STOUT)/tests/os_tests.cpp			\
   $(STOUT)/tests/os/env_tests.cpp		\
   $(STOUT)/tests/os/filesystem_tests.cpp	\
+  $(STOUT)/tests/os/process_tests.cpp		\
   $(STOUT)/tests/os/rmdir_tests.cpp		\
   $(STOUT)/tests/os/sendfile_tests.cpp		\
   $(STOUT)/tests/os/signals_tests.cpp		\