X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.am;h=c781eb22850cabf2dba317fe91d37979c6ff3c00;hb=e8ed3af7805a75b43204722862b07d0e7c82c0c5;hp=2dbab2f636624086b26c20c129739e1e5f5d0cd1;hpb=7cc0e9952d85f30d1d8ce85cc7a9eb0a5e52e202;p=mmh diff --git a/Makefile.am b/Makefile.am index 2dbab2f..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 @@ -572,7 +572,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 %'`; \