mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-16 06:59:55 -05:00
build: Add gcov coverage support
This commit is contained in:
parent
062a104247
commit
faba854de7
2 changed files with 28 additions and 0 deletions
|
|
@ -55,6 +55,12 @@ AM_LIBADD = $(PTHREAD_LIBS) $(INTLLIBS)
|
|||
AM_LDADD = $(PTHREAD_LIBS) $(INTLLIBS)
|
||||
AM_LDFLAGS = $(NODELETE_LDFLAGS)
|
||||
|
||||
if HAVE_GCOV
|
||||
AM_CFLAGS+=$(GCOV_CFLAGS)
|
||||
AM_CXXFLAGS+=$(GCOV_CFLAGS)
|
||||
AM_LDFLAGS+=$(GCOV_LIBS)
|
||||
endif
|
||||
|
||||
if STATIC_BINS
|
||||
BINLDFLAGS = -static
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue