Is there any documents to describe the architecture of ceph unit test based on gtest

2014-12-09 Thread Nicheal
Hi, all

Is any guideline that describes how to run the ceph unit test, and its
basic architecture?
--
To unsubscribe from this list: send the line unsubscribe ceph-devel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Is there any documents to describe the architecture of ceph unit test based on gtest

2014-12-09 Thread Gregory Farnum
On Tue, Dec 9, 2014 at 1:50 AM, Nicheal zay11...@gmail.com 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html