mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
Skip spawn tests when collecting coverage
These tests break gcov's data collection, so don't link them against -lgov. See bug 682133.
This commit is contained in:
parent
fed8ae38c3
commit
7977bb15de
@ -5,6 +5,11 @@ AM_CPPFLAGS = -g $(glib_INCLUDES) $(GLIB_DEBUG_FLAGS)
|
||||
DEFS = -DG_LOG_DOMAIN=\"GLib\" -DEXEEXT=\"$(EXEEXT)\"
|
||||
AM_CFLAGS = $(GLIB_WARN_CFLAGS)
|
||||
|
||||
# These tests corrupt the gcov bookkeeping, so we
|
||||
# skip them. See bug 682133
|
||||
spawn_singlethread_LDFLAGS = $(patsubst -lgcov,,$(LDFLAGS))
|
||||
spawn_multithreaded_LDFLAGS = $(patsubst -lgcov,,$(LDFLAGS))
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
dist_test_data = \
|
||||
|
Loading…
Reference in New Issue
Block a user