2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[3109] Re-justify paragraphs (after changes in previous commits)

This commit is contained in:
Mukund Sivaraman 2013-09-12 12:54:00 +05:30
parent 1e278e0197
commit 3b9c90d00e

View File

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