summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJeremy C. Reed <jreed@isc.org>2010-03-19 17:45:22 +0100
committerJeremy C. Reed <jreed@isc.org>2010-03-19 17:45:22 +0100
commitbbf6e77d18c54b0d59f1c1950ea235dd8911fe6c (patch)
treeaa1171bde9478c17c802c47e02dc970e8603bd1e /README
parentformatting, remove a turd (diff)
downloadkea-bbf6e77d18c54b0d59f1c1950ea235dd8911fe6c.tar.xz
kea-bbf6e77d18c54b0d59f1c1950ea235dd8911fe6c.zip
Reduce some of this tests/lcov doc as it will be in more detail later.
Remove my errant pasted line. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1606 e5f2f494-b856-4b98-b285-d166d9295462
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 5 insertions, 9 deletions
diff --git a/README b/README
index 2ea5c2e5ee..a69f71181c 100644
--- a/README
+++ b/README
@@ -83,23 +83,19 @@ TESTS
The tests use the googletests framework for C++. It is available
from http://code.google.com/p/googletest/. To enable the tests,
-configure BIND 10 with --with-gtest to point to the base path that
-contains the gtest include and lib directories, for example:
+configure BIND 10 with:
- ./configure --with-gtest=/usr/pkg/
+ ./configure --with-gtest
Then run "make check" to run these tests.
-./configure CXX=/usr/pkg/gcc44/bin/g++ --with-lcov=/usr/pkg/bin/lcov --prefix=/home/reed/opt/bind10 --with-gtest=/usr/pkg/ LDFLAGS="-Wl,-R/usr/pkg/lib -lpthread" --enable-man --with-boostlib
-
TEST COVERAGE
The code coverage report for the C++ tests uses LCOV. It is available
from http://ltp.sourceforge.net/. To generate your own HTML report,
-configure BIND 10 with the --with-lcov switch to point to the lcov
-executable, for example:
-
- ./configure --with-lcov=/usr/pkg/bin/lcov
+first configure BIND 10 with:
+
+ ./configure --with-lcov
Doing code coverage tests: