Browse Source

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

Mukund Sivaraman 11 years ago
parent
commit
19cb906413
1 changed files with 6 additions and 6 deletions
  1. 6 6
      doc/devel/contribute.dox

+ 6 - 6
doc/devel/contribute.dox

@@ -71,12 +71,12 @@ change. That is even more true for new code. If you write a new
 function, method or a class, you definitely should write unit-tests
 for it.
 
-BIND10 uses the Google C++ Testing Framework (also called googletest or gtest) as a base for our C++
-unit-tests. See http://code.google.com/p/googletest/ for details.
-For Python unit-tests, we use the its \c unittest library which is
-included in Python.
-You must have \c gtest installed or at least extracted in a directory before compiling
-BIND10 unit-tests. To enable unit-tests in BIND10, use
+BIND10 uses the Google C++ Testing Framework (also called googletest or
+gtest) as a base for our C++ unit-tests. See
+http://code.google.com/p/googletest/ for details. For Python unit-tests,
+we use the its \c unittest library which is included in Python. You must
+have \c gtest installed or at least extracted in a directory before
+compiling BIND10 unit-tests. To enable unit-tests in BIND10, use
 
 @code
 ./configure --with-gtest=/path/to/your/gtest/dir