File: Makefile.am

package info (click to toggle)
exif 0.6.20-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,244 kB
  • sloc: sh: 10,826; ansic: 1,642; makefile: 75; sed: 16
file content (18 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# "exif" test scripts
# Only tests that work without image files should be found here.
# More complicated tests should be put into the libexif-testsuite module.

# check-vars.sh.in is automatically included
EXTRA_DIST = \
	check-help.sh \
	check-param-validity.sh \
	check-show-description.sh \
	check-version.sh

check_SCRIPTS = \
	check-help.sh \
	check-param-validity.sh \
	check-show-description.sh \
	check-version.sh

TESTS = $(check_SCRIPTS)