X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c59faa971ff27e2af3e90476b1f558e02dff3e0c..4079495fc819851b2506fc0017ffcfce61f2305f:/Makefile.am diff --git a/Makefile.am b/Makefile.am index dc49815b..0727fea7 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 %'`; \