[anjuta] tests: Remove hardcoded -ftest-coverage
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] tests: Remove hardcoded -ftest-coverage
- Date: Sun, 5 Jan 2014 20:10:17 +0000 (UTC)
commit 843eab8fb4cc19fb129320785fc474f5157c934e
Author: Colin Walters <walters verbum org>
Date: Sun Jan 5 14:50:45 2014 -0500
tests: Remove hardcoded -ftest-coverage
Continuous doesn't include -lgcov at the moment. I could easily
enough, but really it'd be better for developers to just do this
locally with e.g.:
$ jhbuild make CFLAGS='-ftest-coverage'
or so.
libanjuta/tests/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libanjuta/tests/Makefile.am b/libanjuta/tests/Makefile.am
index 676b1d6..ec757f8 100644
--- a/libanjuta/tests/Makefile.am
+++ b/libanjuta/tests/Makefile.am
@@ -21,7 +21,7 @@ anjuta_tabber_test_LDADD = $(LIBANJUTA_LIBS) $(ANJUTA_LIBS)
anjuta_tabber_test_SOURCES = anjuta-tabber-test.c
-anjuta_token_test_CFLAGS = -g -O0 -fprofile-arcs -ftest-coverage
+anjuta_token_test_CFLAGS = -g -O0
anjuta_token_test_LDADD = $(ANJUTA_LIBS)
anjuta_token_test_SOURCES = anjuta-token-test.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]