You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/01/16 22:55:24 UTC

mesos git commit: Stout: Made `path_tests.cpp` standalone.

Repository: mesos
Updated Branches:
  refs/heads/master a465c45cd -> 1a8e96772


Stout: Made `path_tests.cpp` standalone.

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


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

Branch: refs/heads/master
Commit: 1a8e967728891842b89fb29f254929d5a562b3b4
Parents: a465c45
Author: Alex Clemmer <cl...@gmail.com>
Authored: Sat Jan 16 16:54:06 2016 -0500
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Sat Jan 16 16:54:06 2016 -0500

----------------------------------------------------------------------
 3rdparty/libprocess/3rdparty/stout/tests/path_tests.cpp | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1a8e9677/3rdparty/libprocess/3rdparty/stout/tests/path_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/path_tests.cpp b/3rdparty/libprocess/3rdparty/stout/tests/path_tests.cpp
index 4568d20..05b3a2d 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/path_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/path_tests.cpp
@@ -17,6 +17,9 @@
 
 #include <stout/path.hpp>
 
+#include <stout/os/exists.hpp>
+#include <stout/os/getcwd.hpp>
+#include <stout/os/open.hpp>
 #include <stout/os/rm.hpp>
 #include <stout/os/touch.hpp>