diff options
author | Peter Simons <simons@cryp.to> | 2014-09-14 00:36:05 +0200 |
---|---|---|
committer | Peter Simons <simons@cryp.to> | 2014-09-14 00:36:28 +0200 |
commit | eaefa29a5ba070fd4f5b704c992ffcedf4e83e1c (patch) | |
tree | d15de97315cda76bdc0ae2d0f252c61f16eb31c3 /NEWS | |
parent | df6688c1b13e342d672be54c1718d10dab2f0258 (diff) | |
download | autoconf-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-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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>. |