~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gary Poster
  • Date: 2011-09-20 22:33:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14015.
  • Revision ID: gary.poster@canonical.com-20110920223307-zt1kr1px2ixjg9mn
Add yui xhr integration test support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
    bin/i18ncompile bin/i18nextract bin/i18nmergeall bin/i18nstats \
61
61
    bin/harness bin/iharness bin/ipy bin/jsbuild \
62
62
    bin/killservice bin/kill-test-services bin/lint.sh bin/retest \
63
 
    bin/run bin/sprite-util bin/start_librarian bin/stxdocs bin/tags \
64
 
    bin/test bin/tracereport bin/twistd bin/update-download-cache
 
63
    bin/run bin/run-testapp bin/sprite-util bin/start_librarian bin/stxdocs \
 
64
    bin/tags bin/test bin/tracereport bin/twistd bin/update-download-cache
65
65
 
66
66
BUILDOUT_TEMPLATES = buildout-templates/_pythonpath.py.in
67
67
 
255
255
run: build inplace stop
256
256
        bin/run -r librarian,google-webservice,memcached,rabbitmq -i $(LPCONFIG)
257
257
 
 
258
run-testapp: LPCONFIG=testrunner-appserver
 
259
run-testapp: build inplace stop
 
260
        LPCONFIG=$(LPCONFIG) INTERACTIVE_TESTS=1 bin/run-testapp \
 
261
        -r memcached -i $(LPCONFIG)
 
262
 
258
263
run.gdb:
259
264
        echo 'run' > run.gdb
260
265
 
460
465
                --docformat restructuredtext --verbose-about epytext-summary \
461
466
                $(PYDOCTOR_OPTIONS)
462
467
 
463
 
.PHONY: \
464
 
        apidoc build_eggs buildonce_eggs buildout_bin check check \
465
 
        check_config check_mailman clean clean_buildout clean_js \
466
 
        clean_logs compile css_combine debug default doc ftest_build \
467
 
        ftest_inplace hosted_branches jsbuild jsbuild_widget_css \
468
 
        launchpad.pot pagetests pull_branches pydoctor realclean \
469
 
        reload-apache run scan_branches schema sprite_css sprite_image \
470
 
        start stop sync_branches TAGS tags test_build test_inplace \
471
 
        zcmldocs
 
468
.PHONY: apidoc build_eggs buildonce_eggs buildout_bin check check       \
 
469
        check_config check_mailman clean clean_buildout clean_js        \
 
470
        clean_logs compile css_combine debug default doc ftest_build    \
 
471
        ftest_inplace hosted_branches jsbuild jsbuild_widget_css        \
 
472
        launchpad.pot pagetests pull_branches pydoctor realclean        \
 
473
        reload-apache run run-testapp runner scan_branches schema       \
 
474
        sprite_css sprite_image start stop sync_branches TAGS tags      \
 
475
        test_build test_inplace zcmldocs