~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Francis J. Lacoste
  • Date: 2009-06-17 22:37:11 UTC
  • mto: This revision was merged to the branch mainline in revision 8667.
  • Revision ID: francis.lacoste@canonical.com-20090617223711-gg7mw2axb7krz1h9
Add check_config target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
        $(MAKE) -C sourcecode check PYTHON=${PYTHON} \
73
73
                PYTHON_VERSION=${PYTHON_VERSION} PYTHONPATH=$(PYTHONPATH)
74
74
 
 
75
check_config: build
 
76
        bin/test -m canonical.config.tests -vvt test_config
 
77
 
75
78
check: build
76
79
        # Run all tests. test_on_merge.py takes care of setting up the
77
80
        # database.
311
314
        start run ftest_build ftest_inplace test_build test_inplace pagetests\
312
315
        check check_loggerhead_on_merge  check_merge check_sourcecode_merge \
313
316
        schema default launchpad.pot check_merge_ui pull scan sync_branches\
314
 
        reload-apache hosted_branches check_db_merge check_mailman
 
317
        reload-apache hosted_branches check_db_merge check_mailman check_config