[gtksourceview] CompletionWords: enable code coverage



commit 53f5aed1b09d8ec248c42848974b05d5e987568e
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon May 20 15:05:26 2013 +0200

    CompletionWords: enable code coverage

 .../completion-providers/words/Makefile.am         |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/completion-providers/words/Makefile.am 
b/gtksourceview/completion-providers/words/Makefile.am
index ac102da..8035fef 100644
--- a/gtksourceview/completion-providers/words/Makefile.am
+++ b/gtksourceview/completion-providers/words/Makefile.am
@@ -1,3 +1,5 @@
+ GNOME_CODE_COVERAGE_RULES@
+
 INCLUDES =                             \
        -DDATADIR=\""$(datadir)"\"      \
        -DG_LOG_DOMAIN=\"GtkSourceView\"\
@@ -18,14 +20,20 @@ libgtksourcecompletionwords_headers =               \
        gtksourcecompletionwords.h
 
 libgtksourcecompletionwords_la_SOURCES =       \
-       gtksourcecompletionwordsbuffer.c        \
        gtksourcecompletionwords.c              \
+       gtksourcecompletionwordsbuffer.c        \
        gtksourcecompletionwordslibrary.c       \
        gtksourcecompletionwordsproposal.c      \
        gtksourcecompletionwordsutils.c         \
        $(libgtksourcecompletionwords_headers)  \
        $(NOINST_H_FILES)
 
+libgtksourcecompletionwords_la_CFLAGS =                \
+       $(CODE_COVERAGE_CFLAGS)
+
+libgtksourcecompletionwords_la_LDFLAGS =       \
+       $(CODE_COVERAGE_LDFLAGS)
+
 libgtksourcecompletionwords_includedir = \
        $(includedir)/gtksourceview-3.0/gtksourceview/completion-providers/words
 


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