~sambuddhabasu1/mailman/fix_mailman_run_error

« back to all changes in this revision

Viewing changes to misc/Makefile.in

  • Committer: Barry Warsaw
  • Date: 2007-07-02 01:49:34 UTC
  • Revision ID: barry@python.org-20070702014934-4dej6tvbh64ypxo7
Add support for code coverage with 'testall --coverage'.  However, I'm not
convinced this is totally accurate as a full test run shows almost no coverage
in the Mailman.database.model modules even though I /know/ they're getting
executed.

I'll need to figure this out, but eventually we'll convert fully to setuptools
and then we'll use the nosetests to do testing and coverage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
            dir=$(DESTDIR)$(prefix)/$$d; \
93
93
            $(INSTALL) -m $(FILEMODE) paths.py $$dir; \
94
94
        done
 
95
        $(INSTALL) -m $(FILEMODE) coverage.py $(PYTHONPATHDIR)
95
96
        $(INSTALL) -m $(EXEMODE) mailman $(DESTDIR)$(SCRIPTSDIR)
96
97
        $(INSTALL) -m $(FILEMODE) mailman.cfg.sample $(DESTDIR)$(ETCDIR)
97
98