On Tue, Dec 9, 2014 at 1:50 AM, Nicheal <[email protected]> wrote: > Hi, all > > Is any guideline that describes how to run the ceph unit test, and its > basic architecture?
You can run them all by executing "make check [-j N]". The executables run as part of that are specified in the makefiles throughout the project structure (CHECK_programs or similar). For more on how the gtest framework is set up, you should look at the gtest docs. ;) -Greg -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
