~ubuntu-branches/ubuntu/quantal/udisks2/quantal

« back to all changes in this revision

Viewing changes to src/tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-07-28 13:35:04 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120728133504-jmxgy789jegi5vmo
Tags: 1.99.0-1
* New upstream release (LP: #1030268)
  - Support Realtek rts5229 SD/MMC card readers. (LP: #1022497)
* Drop 00git_no_polkit_fallback.patch, upstream now.
* Drop debian/local/integration-test, shipped in upstream tarball now.
* debian/tests/upstream-system: Run test suite from upstream source.
* debian/tests/control: Simplify Depends: line using "@".
* debian/tests/control: Drop undefined "no-build-needed" feature.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
NULL =
6
6
 
7
 
EXTRA_DIST =
 
7
EXTRA_DIST = \
 
8
        test_polkitd.py         \
 
9
        integration-test        \
 
10
        $(NULL)
8
11
 
9
12
INCLUDES = \
10
13
        -I$(top_builddir) -I$(top_srcdir)                       \