Repository: mesos Updated Branches: refs/heads/master 1e83bdac0 -> ab68f9d72
Added recordio_test.cpp to libprocess Makefile. Review: https://reviews.apache.org/r/36680 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ab68f9d7 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ab68f9d7 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ab68f9d7 Branch: refs/heads/master Commit: ab68f9d72680e1001d0d7f8b868e9502bbc4f161 Parents: d9a81ed Author: Benjamin Mahler <[email protected]> Authored: Tue Jul 21 23:32:04 2015 -0700 Committer: Benjamin Mahler <[email protected]> Committed: Fri Jul 24 14:44:37 2015 -0700 ---------------------------------------------------------------------- 3rdparty/libprocess/3rdparty/Makefile.am | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/ab68f9d7/3rdparty/libprocess/3rdparty/Makefile.am ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/3rdparty/Makefile.am b/3rdparty/libprocess/3rdparty/Makefile.am index 856c2b2..bd95fe1 100644 --- a/3rdparty/libprocess/3rdparty/Makefile.am +++ b/3rdparty/libprocess/3rdparty/Makefile.am @@ -182,6 +182,7 @@ stout_tests_SOURCES = \ $(STOUT)/tests/protobuf_tests.pb.cc \ $(STOUT)/tests/protobuf_tests.pb.h \ $(STOUT)/tests/protobuf_tests.proto \ + $(STOUT)/tests/recordio_tests.cpp \ $(STOUT)/tests/result_tests.cpp \ $(STOUT)/tests/os/sendfile_tests.cpp \ $(STOUT)/tests/os/signals_tests.cpp \
