mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-18 10:46:23 +00:00
Fix coverage test documentation to reflect changes required to support clang
This commit is contained in:
parent
80e139c2d9
commit
e375e17faa
@ -173,11 +173,11 @@ aggregate coverage analysis can easily be generated with no special options to
|
||||
test scripts.
|
||||
|
||||
To generate code coverage information for [Serval DNA][], modify the standard
|
||||
[build](../INSTALL.md) procedure by adding a CFLAGS argument to the
|
||||
[build](../INSTALL.md) procedure by adding CFLAGS and LDFLAGS arguments to the
|
||||
`./configure` step:
|
||||
|
||||
...
|
||||
$ ./configure CFLAGS='-g -O0 --coverage'
|
||||
$ ./configure CFLAGS='-g -O0 --coverage' LDFLAGS='--coverage'
|
||||
$ make
|
||||
...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user