~ubuntu-branches/debian/sid/autopkgtest/sid

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2015-09-15 08:38:54 UTC
  • Revision ID: package-import@ubuntu.com-20150915083854-vtunqg3ie24d87hl
Tags: 3.17.1
* Add new private python modules to Makefile, to actually ship them.
* tests/adt-run: Fix test regression when $ADT_TEST* are not set.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
pythonfiles =   lib/VirtSubproc.py \
48
48
                lib/adtlog.py \
49
49
                lib/adt_run_args.py \
 
50
                lib/adt_testbed.py \
 
51
                lib/adt_binaries.py \
50
52
                lib/testdesc.py \
51
53
                $(NULL)
52
54