gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-sync] branch master updated: add missing flags for coverage analy


From: gnunet
Subject: [taler-sync] branch master updated: add missing flags for coverage analysis
Date: Mon, 24 Feb 2020 13:49:24 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository sync.

The following commit(s) were added to refs/heads/master by this push:
     new c14db94  add missing flags for coverage analysis
c14db94 is described below

commit c14db94846c6f28ef579bf98ac76246c7bbd7811
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 24 13:49:22 2020 +0100

    add missing flags for coverage analysis
---
 src/sync/Makefile.am | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/sync/Makefile.am b/src/sync/Makefile.am
index c90567e..34d90e6 100644
--- a/src/sync/Makefile.am
+++ b/src/sync/Makefile.am
@@ -1,6 +1,11 @@
 # This Makefile.am is in the public domain
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
+if USE_COVERAGE
+  AM_CFLAGS = --coverage -O0
+  XLIB = -lgcov
+endif
+
 pkgcfgdir = $(prefix)/share/sync/config.d/
 
 pkgcfg_DATA = \
@@ -26,7 +31,8 @@ sync_httpd_LDADD = \
   -ltalerutil \
   -lgnunetcurl \
   -lgnunetjson \
-  -lgnunetutil
+  -lgnunetutil \
+  $(XLIB)
 
 EXTRA_DIST = \
   $(pkgcfg_DATA)

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]