X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.am;h=c781eb22850cabf2dba317fe91d37979c6ff3c00;hb=38927b66e5517a1fc730ea2b416ad4ad03c427a3;hp=def76cf31ba48cc4fe6494ff9e828e7da86f65b4;hpb=2d3d6cb7011b7fe432ffda2889e1f27860c49f37;p=mmh diff --git a/Makefile.am b/Makefile.am index def76cf..c781eb2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,7 +65,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 @@ -573,9 +573,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 %'`; \