X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2d3d6cb7011b7fe432ffda2889e1f27860c49f37..400875ce6f5a30b6a0493c8cae912c36a4a0595d:/Makefile.am diff --git a/Makefile.am b/Makefile.am index def76cf3..c781eb22 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 %'`; \