From: Steinar H. Gunderson Date: Thu, 23 Jan 2014 00:03:30 +0000 (+0100) Subject: Tweak the exclusion rules for coverage computation a bit. X-Git-Tag: 1.0~61 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=a80b859d6c8bb9ed1e7aa547d4a9972f1a041347;ds=sidebyside Tweak the exclusion rules for coverage computation a bit. --- diff --git a/Makefile.in b/Makefile.in index 5300cd4..1091f93 100644 --- a/Makefile.in +++ b/Makefile.in @@ -125,7 +125,7 @@ check: $(TESTS) # You need to build with COVERAGE=1 to use this target. coverage: check lcov -d . -c -o movit.info - lcov --remove movit.info '*_test.cpp' '*/test_util.{cpp,h}' -o movit.info + lcov --remove movit.info '*_test.cpp' 'test_util.*' widgets.cpp -o movit.info genhtml -o coverage movit.info HDRS = effect_chain.h effect_util.h effect.h input.h image_format.h init.h util.h defs.h resource_pool.h