X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.am;h=0727fea756abb3d92690d88126b689f4b13b601f;hb=740e258c5622dfe9a98a474647d8ddc164109b2f;hp=dc49815b51024bacd9b824cd3f1f344dd24fe799;hpb=c59faa971ff27e2af3e90476b1f558e02dff3e0c;p=mmh diff --git a/Makefile.am b/Makefile.am index dc49815..0727fea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,6 +50,7 @@ TESTS = test/bad-input/test-header \ test/forw/test-forw-digest \ test/forw/test-forw-format \ test/inc/test-deb359167 test/inc/test-eom-align \ + test/inc/test-inc-scanout \ test/manpages/test-manpages test/mhbuild/test-forw \ test/mhlist/test-mhlist test/mhparam/test-mhparam \ test/mhpath/test-mhpath \ @@ -573,9 +574,9 @@ cscope: ## gcov: @if ./config.status --config | grep -e --enable-debug >/dev/null; then \ - echo For best results with gcov, should configure \ - without --enable-debug; fi - @echo rebuilding with AM_CLFAGS=--coverage . . . + echo For best results with gcov, configure without --enable-debug; \ + fi + @echo rebuilding with AM_CFLAGS=--coverage . . . @(make clean && make AM_CFLAGS=--coverage) > /dev/null && make check @for i in `find . -name '*.gcda'`; do \ gcov -p -o `echo $$i | $(SED) 's%\\(.*\\)/%\\1 %'`; \