|
@@ -88,16 +88,16 @@ or
|
|
|
./configure --with-gtest-source=/path/to/your/gtest/dir
|
|
|
@endcode
|
|
|
|
|
|
-Depending on how you compiled or installed (e.g. from sources or using
|
|
|
+Depending on how you compiled or installed \c gtest (e.g. from sources or using
|
|
|
some package management system) one of those two switches will find
|
|
|
-gtest. After that you make run unit-tests:
|
|
|
+\c gtest. After that you make run unit-tests:
|
|
|
|
|
|
@code
|
|
|
make check
|
|
|
@endcode
|
|
|
|
|
|
-If you happen to add new files or modified Makefiles, it is also a
|
|
|
-good idea to check if you haven't broken distribution process:
|
|
|
+If you happen to add new files or have modified any \c Makefile.am files, it is also a
|
|
|
+good idea to check if you haven't broken the distribution process:
|
|
|
|
|
|
@code
|
|
|
make distcheck
|