~ubuntu-branches/ubuntu/wily/exif/wily

« back to all changes in this revision

Viewing changes to test/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Emmanuel Bouthenot
  • Date: 2011-04-27 18:49:37 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110427184937-w06h1y3xdcdziz3w
Tags: 0.6.20-1
* New upstream release (Closes: #552102)
* debian/copyright:
  - updates (huge backlog) (Closes: #613485)
  - switch to DEP5 format
* Update uploader email (me)
* Refresh patches and convert them to DEP3 format
* Bump Standards-Version to 3.9.2
* Remove DMUA field (no more needed)
* Bump the B-D on libexif-dev to >= 0.6.20 since this version is now
  required.
* Remove B-D on chrpath (no more needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# "exif" test scripts
 
2
# Only tests that work without image files should be found here.
 
3
# More complicated tests should be put into the libexif-testsuite module.
 
4
 
 
5
# check-vars.sh.in is automatically included
 
6
EXTRA_DIST = \
 
7
        check-help.sh \
 
8
        check-param-validity.sh \
 
9
        check-show-description.sh \
 
10
        check-version.sh
 
11
 
 
12
check_SCRIPTS = \
 
13
        check-help.sh \
 
14
        check-param-validity.sh \
 
15
        check-show-description.sh \
 
16
        check-version.sh
 
17
 
 
18
TESTS = $(check_SCRIPTS)