build: add coverage target
commitd976b0580ceb09fa4dc6388721afb1129524859b
authorNicola Fontana <ntd@entidi.it>
Wed, 21 Jan 2015 03:17:45 +0000 (21 04:17 +0100)
committerNicola Fontana <ntd@entidi.it>
Wed, 21 Jan 2015 03:17:45 +0000 (21 04:17 +0100)
tree2a05507ab440e6bc9257bb223554d3081144115e
parent9ed68271fd0c49756dfd3d510c0782986880cf18
build: add coverage target

'make coverage' now generates the .gcov files of either CPML and ADG
libraries. This is done by cleaning and rebuilding the project with
appropriate flags.
Makefile.am
configure.ac
demo/Makefile.am
src/adg/Makefile.am
src/cpml/Makefile.am