You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2013/12/02 17:57:05 UTC

[11/14] git commit: Added stout 'Some' tests to libprocess/3rdparty Makefile.

Added stout 'Some' tests to libprocess/3rdparty Makefile.

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


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

Branch: refs/heads/master
Commit: 2906911f0bef6b4b2bd92d5aa23929cfae7a6261
Parents: 3a51ff2
Author: Benjamin Hindman <be...@gmail.com>
Authored: Tue Nov 26 22:44:16 2013 -0800
Committer: Benjamin Hindman <be...@gmail.com>
Committed: Sun Dec 1 23:16:45 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/2906911f/3rdparty/libprocess/3rdparty/Makefile.am
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/Makefile.am b/3rdparty/libprocess/3rdparty/Makefile.am
index 0b630f8..f9d1aed 100644
--- a/3rdparty/libprocess/3rdparty/Makefile.am
+++ b/3rdparty/libprocess/3rdparty/Makefile.am
@@ -136,6 +136,7 @@ stout_tests_SOURCES =				\
   $(STOUT)/tests/os/sendfile_tests.cpp		\
   $(STOUT)/tests/os/signals_tests.cpp		\
   $(STOUT)/tests/set_tests.cpp			\
+  $(STOUT)/tests/some_tests.cpp			\
   $(STOUT)/tests/strings_tests.cpp		\
   $(STOUT)/tests/thread_tests.cpp		\
   $(STOUT)/tests/uuid_tests.cpp