summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2018-09-07 19:01:36 +0000
committerChristophe Jaillet <jailletc36@apache.org>2018-09-07 19:01:36 +0000
commitd8ac046b21b2993d40d49ef6955f559491058608 (patch)
treea79a49bf9e12b7245f2a97bf9242b9c47f4696a1 /README
parentb372e142adb3ca2f67f432b549c2b5af141ead9d (diff)
downloadapr-d8ac046b21b2993d40d49ef6955f559491058608.tar.gz
Fix test coverage functionality
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1840316 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index c97cd7046..8db12f9fa 100644
--- a/README
+++ b/README
@@ -194,7 +194,7 @@ Generating Test Coverage information with gcc
If you want to generate test coverage data, use the following steps:
./buildconf
- CFLAGS="-fprofile-arcs -ftest-coverage" ./configure
+ CFLAGS="--coverage -fprofile-abs-path" LDFLAGS="--coverage" ./configure
make
cd test
make