Fix a bug where a message header ending right on the stdio boundary
[mmh] / Makefile.am
index dc49815..0727fea 100644 (file)
@@ -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 %'`; \