~cjwatson/launchpad-buildd/snapcraft

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Colin Watson
  • Date: 2015-06-25 07:18:45 UTC
  • mfrom: (151.1.2 avoid-pbuilder)
  • Revision ID: cjwatson@canonical.com-20150625071845-53crzzdkxj4pmrbl
[r=wgrant] Reimplement build-dependency installation for recipes by hand using
sbuild-like logic, allowing us to drop use of pbuilder (LP: #728494) and
support :native in recipe build-dependencies (LP: #1322294).

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        PYTHONPATH=$(PWD):$(PYTHONPATH) $(PYTHON) -m testtools.run -v \
30
30
                   lpbuildd.tests.test_binarypackage \
31
31
                   lpbuildd.tests.test_buildd_slave \
 
32
                   lpbuildd.tests.test_buildrecipe \
32
33
                   lpbuildd.tests.test_check_implicit_pointer_functions \
33
34
                   lpbuildd.tests.test_harness \
34
35
                   lpbuildd.tests.test_livefs \