Added try_tests.cpp to libprocess makefile. See MESOS-2757.
Review: https://reviews.apache.org/r/36869 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b40d4e8d Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b40d4e8d Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b40d4e8d Branch: refs/heads/master Commit: b40d4e8dd071f9887e92167d41b4f410e305191b Parents: a772701 Author: Ben Mahler <[email protected]> Authored: Tue Aug 25 16:48:33 2015 -0400 Committer: Joris Van Remoortere <[email protected]> Committed: Tue Aug 25 16:49:40 2015 -0400 ---------------------------------------------------------------------- 3rdparty/libprocess/3rdparty/Makefile.am | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/b40d4e8d/3rdparty/libprocess/3rdparty/Makefile.am ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/3rdparty/Makefile.am b/3rdparty/libprocess/3rdparty/Makefile.am index 790bb46..eb34251 100644 --- a/3rdparty/libprocess/3rdparty/Makefile.am +++ b/3rdparty/libprocess/3rdparty/Makefile.am @@ -190,6 +190,7 @@ stout_tests_SOURCES = \ $(STOUT)/tests/some_tests.cpp \ $(STOUT)/tests/strings_tests.cpp \ $(STOUT)/tests/subcommand_tests.cpp \ + $(STOUT)/tests/try_tests.cpp \ $(STOUT)/tests/uuid_tests.cpp \ $(STOUT)/tests/version_tests.cpp
