summaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: d0a35514e759e02a90ed6209a6cd55343577b4b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUBDIRS = nls

# Notes about tests:
#  - Add "small" tests and stuff here.
#  - Add "big"   tests and stuff to explicitly test for (fixed) bugs
#    to libexif-testsuite:
#    * We don't want to force people to download dozens of test images
#      just for one small library.
#    * Proper testing is done with the "exif" program in libexif-testsuite.
#      And this is just the lib - we don't have the program available
#      here yet.

TESTS = test-mem test-value test-integers test-parse test-tagtable test-sorted

TEST_IMAGES = $(top_srcdir)/daniel-andrews-sample.jpg
export TEST_IMAGES

check_PROGRAMS = test-mem test-mnote test-value test-integers test-parse \
	test-tagtable test-sorted

LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL)