From ecd94a4b45924c3c65feabc87bbc7a075e951249 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 15 Nov 2010 18:37:57 +0100 Subject: misc: Introduce a --enable-coverage mode to build with gprof coverage This adds a test coverage build. One can use gcov and lcov on the resulting data afterwards to see which code paths were executed and which were not. --- openbsc/tests/db/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbsc/tests/db') diff --git a/openbsc/tests/db/Makefile.am b/openbsc/tests/db/Makefile.am index 6eb9180ce..a7bed85df 100644 --- a/openbsc/tests/db/Makefile.am +++ b/openbsc/tests/db/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = $(all_includes) -I$(top_srcdir)/include -AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS) +AM_CFLAGS=-Wall -ggdb3 $(LIBOSMOCORE_CFLAGS) $(COVERAGE_CFLAGS) +AM_LDFLAGS = $(COVERAGE_LDFLAGS) noinst_PROGRAMS = db_test -- cgit v1.2.3