summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-09-14 00:36:05 +0200
committerPeter Simons <simons@cryp.to>2014-09-14 00:36:28 +0200
commiteaefa29a5ba070fd4f5b704c992ffcedf4e83e1c (patch)
treed15de97315cda76bdc0ae2d0f252c61f16eb31c3 /NEWS
parentdf6688c1b13e342d672be54c1718d10dab2f0258 (diff)
downloadautoconf-archive-eaefa29a5ba070fd4f5b704c992ffcedf4e83e1c.tar.gz
AX_CODE_COVERAGE: new macro which contains all the necessary logic and Makefile rules for instrumenting a project with code coverage using lcov.
Submitted in <https://savannah.gnu.org/patch/index.php?8451>.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9d9897f..99eec71 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@
* Noteworthy changes in release ?.? (????-??-??) [?]
+ AX_CODE_COVERAGE: new macro which contains all the necessary logic and
+ Makefile rules for instrumenting a project with code coverage using lcov.
+ Submitted in <https://savannah.gnu.org/patch/index.php?8451>.
+
AX_LIB_HDF5: don't overwrite the CPPFLAGS variable. Submitted in
<https://savannah.gnu.org/patch/index.php?8449>.