Liaiss Merzougue 5450bd98e0 Merge branch 'mr/fix_gnatcoverage_windows64_build' into '20-sustained'
Fix Makefile and CMakeLists.txt

See merge request eng/das/cov/gnatcoverage!1003

Because for Visual Studio 17 we are using the same generator for 32 bits or
64 bits, we need to precise the architecture used.

Remove also two libraries link from the CMakeLists.txt to fix multiple
definition because the symbol was already defined in dynamorio.

Ref: eng/shared/release#2053
2025-11-03 11:30:46 +01:00
2010-10-22 14:17:04 +00:00
2012-02-08 15:27:44 +00:00
2017-04-05 12:49:57 +02:00

GNATcoverage

GNATcoverage is a tool to analyze and report program coverage.

Originally developed as part of the Couverture research project, GNATcoverage allows coverage analysis of both object code (instruction and branch coverage), and Ada or C language source code (Statement, Decision and Modified Condition/Decision Coverage - MC/DC).

Please refer to the dedicated README files for build instructions and for testing.

Documentation

The GNATcoverage User manual is a Sphinx documentation and is tracked in this repository. In order to build the HTML view, install Sphinx and run the following command from the tools/gnatcov/ directory:

make doc.html

License

GNATcoverage is licensed under the terms of the GPLv3 (General Public License version 3). See LICENSE for more information.

Description
No description provided
Readme 36 MiB
Languages
Ada 70.9%
Python 22.3%
C 2.2%
TeX 1.5%
Alloy 1.2%
Other 1.9%