We should also check coverage for the Python modules. We might not
want/be able to get this to 100%, but a little bit is better than
nothing and it would also be very helpful to know what we actually
cannot cover.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
pakfire_la_CFLAGS = \
$(AM_CFLAGS) \
+ $(COVERAGE_CFLAGS) \
$(PYTHON_DEVEL_CFLAGS) \
-Wno-cast-function-type \
-Wno-redundant-decls \
pakfire_la_LDFLAGS = \
$(AM_LDFLAGS) \
+ $(COVERAGE_LDFLAGS) \
-shared \
-module \
-avoid-version