~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Julian Edwards
  • Date: 2009-07-06 15:22:20 UTC
  • mto: This revision was merged to the branch mainline in revision 8790.
  • Revision ID: julian.edwards@canonical.com-20090706152220-yxfv0ypbt3lxmxm6
Make clean a dependency of check in the top-level Makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
check_config: build
75
75
        bin/test -m canonical.config.tests -vvt test_config
76
76
 
77
 
check: build
 
77
# Clean before running the test suite, since the build might fail depending
 
78
# what source changes happened. (e.g. apidoc depends on interfaces)
 
79
check: clean build
78
80
        # Run all tests. test_on_merge.py takes care of setting up the
79
81
        # database.
80
82
        ${PY} -t ./test_on_merge.py $(VERBOSITY)