X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ef85387bf79a9922c51ad4a279bd3acad4c3c9ab..c2a2ca7d8d72c5a8bdadcd6f2c4dcf3c314a1066:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 2dbab2f6..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 \ @@ -65,7 +66,7 @@ TESTS = test/bad-input/test-header \ test/repl/test-if-str test/scan/test-scan \ test/sequences/test-flist test/sequences/test-mark \ test/whatnow/test-attach-detach test/whatnow/test-cd \ - test/whatnow/test-ls \ + test/whatnow/test-ls test/whom/test-whom \ test/cleanup ## The "cleanup" test should always be last. check_SCRIPTS = test/common.sh @@ -572,7 +573,10 @@ cscope: ## targets because they will be used so infrequently, if at all. ## gcov: - @echo rebuilding with AM_CLFAGS=--coverage . . . + @if ./config.status --config | grep -e --enable-debug >/dev/null; then \ + 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 %'`; \