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 2011/06/05 07:36:45 UTC

svn commit: r1131815 - /incubator/mesos/trunk/src/tests/test_utils.hpp

Author: benh
Date: Sun Jun  5 05:36:45 2011
New Revision: 1131815

URL: http://svn.apache.org/viewvc?rev=1131815&view=rev
Log:
Expanding some documentation

Modified:
    incubator/mesos/trunk/src/tests/test_utils.hpp

Modified: incubator/mesos/trunk/src/tests/test_utils.hpp
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/tests/test_utils.hpp?rev=1131815&r1=1131814&r2=1131815&view=diff
==============================================================================
--- incubator/mesos/trunk/src/tests/test_utils.hpp (original)
+++ incubator/mesos/trunk/src/tests/test_utils.hpp Sun Jun  5 05:36:45 2011
@@ -3,6 +3,9 @@
 
 #include <string>
 
-extern std::string MESOS_HOME; // Defined and initialized in main.cpp
+// The location where Mesos is installed, used by tests to locate various
+// frameworks and binaries. For now it points to the src directory, until
+// we clean up our directory structure a little. Initialized in main.cpp.
+extern std::string MESOS_HOME;
 
 #endif /* __TEST_UTILS_HPP__ */